IBM Lotus Domino LDAP Filters (domino50LdapFilterProperties)
Specifies the list of default IBM Lotus Domino LDAP filters.
Attribute name | Data type | Default value | Description |
---|---|---|---|
groupFilter | string | (&(cn=%v)(objectclass=dominoGroup)) | 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 | dominoGroup:member | An LDAP filter that identifies user to group memberships. |
id | string | A unique configuration ID. | |
userFilter | string | (&(uid=%v)(objectclass=Person)) | An LDAP filter clause for searching the user registry for users. |
userIdMap | string | person:uid | An LDAP filter that maps the name of a user to an LDAP entry. |