This page lists all the parameters required for LDAP configuration, and possible scenarios.
...
DPOD needs details about the LDAP servers so it can query the LDAP user registry.
LDAP servers IP addresses | The IP addresses of the LDAP servers |
LDAP servers ports | e.g. 389 or 3268 if using Global Catalog in AD |
LDAPS host name verification | Whether to verify host name against the certificate in case of using LDAPS (Secure LDAP over SSL/TLS) |
Referrals | Whether LDAP referrals should be followed or ignored (usually ignored for better performance) |
Query user distinguished name (DN) and its password | A user that is used to connect to the LDAP server and perform queries. |
...
You might find it useful to examine a user entry within the LDAP user registry using an LDAP browsing software compatible with your LDAP user registry.
User search base entry | The location in the LDAP tree where user entries should be searched for. Specific locations have better performance than global ones. e.g. ou=people,dc=example,dc=org |
User search filter | The LDAP filter (using LDAP filter syntax) to use in order to find a user entry, based on the user name entered in the login page. |
User name attribute | The attribute name of the user entry that contains the name of that user (as entered in the login page). |
A user and its password for testing | A real user defined in the LDAP user registry who will be using DPOD - will be used to verify that the configuration is valid. |
...
You might find it useful to examine a group entry within the LDAP user LDAP registry using an LDAP browsing software compatible with your LDAP user registry.
Group search base entry | The location in the LDAP tree where group entries should be searched for. Specific locations have better performance than global ones. e.g. ou=groups,dc=example,dc=org |
Group membership search filter | The LDAP filter (using LDAP filter syntax) to use in order to fetch the list of groups a user belongs to once a user has authenticated successfully, based on the user entry's DN. |
Group membership search nested | Whether to search for nested group membership (groups within groups). Usually set to "true". |
Group name search filter | The LDAP filter (using LDAP filter syntax) to use in order to find a group entry, based on its name. |
Group name attribute | The attribute name of the group entry that contains the name of that group. |
...
To be able to assign built-in roles to users, DPOD needs to map values from LDAP entries (users or groups) to its built-in roles.
OpDashAdminRole mapping | The value of an attribute of LDAP entries that provide Admin access to users or groups. This is usually the name of the group of admins. e.g. MyDpodAdminsGroup |
OpDashPowerUserRole mapping | The value of an attribute of LDAP entries that provide Power User access to users or groups. This is usually the name of the group of power users. e.g. MyDpodPowerUserGroup |
OpDashOperatorRole mapping | The value of an attribute of LDAP entries that provide Operator access to users or groups. This is usually the name of the group of operators. e.g. MyDpodOperatorsGroup |
OpDashInvestigatorRole mapping | The value of an attribute of LDAP entries that provide Investigator access to users or groups. This is usually the name of the group of investigators. e.g. MyDpodInvestigatorGroup |
OpDashAppAdminRole mapping | The value of an attribute of LDAP entries that provide App Admin access to users or groups. This is usually the name of the group of DPOD installation admins. e.g. MyDpodAppAdminsGroup |
Custom Roles
Custom roles are based on LDAP user names and LDAP group names, and are defined by the administrator using DPOD's Web Console.
...