UserRepository

User repository configuration allows to configure the User Repository.

Description

Description of the configuration object

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.

Administrator’s password

The passphrase of the User Repository administrator.

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 filter users

The explicit search filter to be used when User entries searches are performed.

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.

Search count limit

The entries count limit for performing searches in the User Repository.

Search time limit

The time limit in seconds for performing searches in the User Repository.

Repository type

The LDAP User Repository type.

  • Allowed Values:

    • Atos DirX Directory

    • Microsoft Active Directory

Password verification

The method of password verification.

  • Allowed Values:

    • automatic

    • bind

    • read

    • compare