Skip to content

Feedback: LDAP mappings requests #1829

Closed
@thomas-biesmans

Description

@thomas-biesmans

Page https://redis.io/docs/latest/operate/rs/references/rest-api/requests/ldap_mappings/

FYI: a Post should use an integer as the role_uids. The Post example JSON; copied here as reference:

{
     "name": "Admins",
     "dn": "OU=ops.group,DC=redislabs,DC=com",
     "email": "ops.group@redislabs.com",
     "role_uids": ["1"]
}

should be:

{
     "name": "Admins",
     "dn": "OU=ops.group,DC=redislabs,DC=com",
     "email": "ops.group@redislabs.com",
     "role_uids": [1]
}

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions