Table of Contents | ||
---|---|---|
|
...
Field | Required | Description | ||
---|---|---|---|---|
Realm Name | Yes | Name of the LDAP Realm. | ||
Description | No | Description of the realm. | ||
Active | Yes | Whether the realm is active or not. Default is Active. | ||
User Search Base | Yes | Provide User base tree in LDAP server. For example, ou=users,ou=system. | ||
User Search Filter | Yes | Provide User search filter to find user records in User Search Base. For example, (&(objectClass=*)(uid={0}))
| ||
URL | Yes | Provide URL to access LDAP server. For example, ldap://localhost:10389 | ||
System User Name | Yes | Provide read-only user name to access LDAP server. For example, uid=admin,ou=system This should be fully qualified user name in LDAP. FlexDeploy will use System User Name and System Password to bind to LDAP for various operations. | ||
System Password | Yes | Provide password for specified system user name. | ||
Group Mapping Enabled | No | Check if you want to map LDAP groups to FlexDeploy groups. LDAP server must support memberOf attribute for group mapping in FlexDeploy. | ||
Group Search Base | No | Provide Group base tree in LDAP server. For example, ou=groups,ou=system. | ||
Group Search Filter | No | Provide search filter to find groups in Group Search Base. For example, (objectClass=groupOfUniqueNames) |
...
Drawio | ||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|