OpenLdapConfiguration

OpenLdapConfiguration
OpenLdapConfiguration

Open ldap configuration

JSON Example
{
    "bindUserFilterQuery": "string",
    "directorySearchGroupAttribute": "string",
    "directorySearchUserAttribute": "string",
    "groupsFilterQuery": "string",
    "membershipAttribute": "string",
    "objectUuidAttribute": "string",
    "uniquelyIdentifiableAttributeForGroup": "string",
    "uniquelyIdentifiableAttributeForUser": "string",
    "userMembershipsFilterQuery": "string",
    "usersFilterQuery": "string"
}
string
bindUserFilterQuery
Required

Custom filter query for bind user in the schema

string
directorySearchGroupAttribute
Optional

Group attribute for Open LDAP query

string
directorySearchUserAttribute
Optional

User attribute for an Open LDAP query

string
groupsFilterQuery
Required

Custom filter query for groups in the schema

string
membershipAttribute
Optional

Membership attribute for groups in the schema

string
objectUuidAttribute
Required

Name of the UUID attribute for user or group in the schema

string
uniquelyIdentifiableAttributeForGroup
Optional

Distinguished name attribute for group in the schema

string
uniquelyIdentifiableAttributeForUser
Optional

Distinguished name attribute for user in the schema

string
userMembershipsFilterQuery
Optional

Custom filter query for user memberships in the schema

string
usersFilterQuery
Required

Custom filter query for Users in the schema