LDAP Property and Value | Description |
<PREFIX>.all.users.search.context=<A> | Search-context used to find all users. |
<PREFIX>.all.users.filter=<B> | Filter to pass to a query for finding all users. |
<PREFIX>.all.users.username.attribute=<C> | Username attribute to retrieve the name of user found from a query. |
<PREFIX>.all.users.search.timeout=<D> | Search timeout value to limit the time for infinite search of all users. The timeout is in milliseconds and should be greater than 0. A value of 0 represents infinite timeout. |
LDAP Property and Value | Description |
<PREFIX>.all.groups.search.context=<A> | Search-context used to find all groups. |
<PREFIX>.all.groups.filter=<B> | Filter to pass to a query for finding all groups. |
<PREFIX>.all.groups.groupname.attribute=<C> | Group name attribute to retrieve the name of a group found from a query. |
<PREFIX>.all.groups.search.timeout=<D> | Search timeout value to limit the time for infinite search of all groups. The timeout is in milliseconds and should be greater than 0. A value of 0 represents infinite timeout. |
LDAP Property and Value | Description |
<PREFIX>.user.username.comparison.is.case. sensitive=<A> | Sets the user name comparison to be case-sensitive or not. By default the value of <A> is True but it can be set to False. |
<PREFIX>.user.search.context=<B> | Search-context used to find the user attempting authentication. |
<PREFIX>.user.filter=<C> | Filter used to authenticate user in LDAP directory server. The USERNAME keyword will be replaced at runtime with the appropriate username. |
<PREFIX>.user.username.attribute=<D> | User name attribute to retrieve the name of the user attempting authentication from a query. |
<PREFIX>.user.search.timeout=<E> | Search timeout value to limit the time for infinite search of the user attempting authentication. The timeout is in milliseconds and should be greater than 0. A value of 0 represents infinite timeout. |
LDAP Property and Value | Description |
<PREFIX>.user.groups.search.context=<A> | Search-context used to find all the groups for a user. |
<PREFIX>.user.groups.filter=<B> | Filter to pass to a query for finding the members of a group.The USERDN keyword is replaced at run time with the appropriate user distinguished name. |
<PREFIX>.user.groups.groupname.attribute=<C> | Group name attribute for finding the name of a group to which a user belongs. |
<PREFIX>.user.groups.search.timeout=<D> | Search timeout value to limit the time for infinite search of all the groups for a user. The timeout is in milliseconds and should be greater than 0. A value of 0 represents infinite timeout. |