UserRepository
User repository configuration allows to configure the User Repository.
Provider URL
The LDAP URLs of the User Repositories separated by spaces. When multiple URLs are given, the LDAP provider cycles through them until a successful connection is established.
Administrator’s username
The DN of the User Repository administrator that should be used for performing all operations in the User Repository.
Connection authentication
The authentication mechanism for establishing connections to the LDAP
User Repository. Supported mechanisms are specified on the Oracle JNDI
documentation page
http://docs.oracle.com/javase/jndi/tutorial/ldap/security/auth.html, for
example, none or simple.
Search base
The DN of the User Repository node under which searches should be performed for User entries.
Search base groups
The explicit DN of the User Repository node under which Group entry searches should be performed. The search base for User entries is used in case this explicit property is not set.
Search filter groups
The explicit search filter to be used when Group entries searches are performed.