Specifies the list of default Custom LDAP filters.
Name | Type | Default | Description |
---|---|---|---|
id | string | A unique configuration ID. | |
userFilter | string | (&(uid=%v)(objectclass=ePerson)) | An LDAP filter clause for searching the user registry for users. |
groupFilter | string | (&(cn=%v)( | (objectclass=groupOfNames)(objectclass=groupOfUniqueNames)(objectclass=groupOfURLs))) |
userIdMap | string | *:uid | An LDAP filter that maps the name of a user to an LDAP entry. |
groupIdMap | string | *:cn | An LDAP filter that maps the name of a group to an LDAP entry. |
groupMemberIdMap | string | ibm-allGroups:member;ibm-allGroups:uniqueMember;groupOfNames:member;groupOfUniqueNames:uniqueMember | An LDAP filter that identifies user to group memberships. |