...
It can also disable the LDAP configuration in order to rollback to the internal database registry.
Please make sure to complete all the information in Planning LDAP Configuration, which includes detailed explanation on all the parameters.
Parameters File
A template of the LDAP parameters file is provided at /app/utils/LDAP_parameters.properties.
...
Parameter | Description |
---|---|
builtinRoleMethod | Should be "user_attribute" (for scenario A) or "group_attribute" (for scenario B). |
testUserName | The username user name of a user for testing e.g. adminford |
testUserPassword | The password of a user for testing |
connectionUrl | LDAP server URL including port. Use ldap:// prefix for non-SSL connection and ldaps:// prefix for SSL connection. e.g. ldap://192.168.110.15:389 |
referrals | Follow or ignore Whether LDAP referrals should be followed or ignored (follow/ignore) |
connectionName | Query user distinguished name (DN) e.g. cn=LDAP Query User,ou=people,dc=example,dc=org |
connectionPassword | Query user password Note: This password will be encrypted and stored in the configuration database and files e.g. pass123 |
userSearchBase | User search base entry e.g. ou=people,dc=example,dc=org |
userSearchSubtree | User search query sub-tree (true/false) e.g. true |
userSearchFilter | User search filter |
groupSearchBase | Group search base entry |
groupSearchSubtree | Group search query search sub-tree (true/false) e.g. true |
groupSearchFilter | Group search filter |
groupSearchNested | Nested groups Group search nested (true/false) e.g. true |
groupRoleAttributeName | Group entry role attribute name |
userRoleAttributeName | For scenario A only |
...