This topic applies to WebSphere Application Server Liberty V8.5.5.9 and earlier. For the latest Liberty topics, see the WebSphere Application Server Liberty documentation.
IBM Tivoli Directory Server LDAP Filters (idsLdapFilterProperties)
Specifies the list of default IBM Tivoli Directory Server LDAP filters.
Attribute name | Data type | Default value | Description |
---|---|---|---|
groupFilter | string | (&(cn=%v)(|(objectclass=groupOfNames)(objectclass=groupOfUniqueNames)(objectclass=groupOfURLs))) | An LDAP filter clause for searching the user registry for groups. |
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. |
id | string | A unique configuration ID. | |
userFilter | string | (&(uid=%v)(objectclass=ePerson)) | An LDAP filter clause for searching the user registry for users. |
userIdMap | string | *:uid | An LDAP filter that maps the name of a user to an LDAP entry. |