Collect Configuration Parameters

Prepare your installation by collecting the values of the following configuration items:

Configuration Information
Configuration Item Value Description
AUTH_LDAP_SERVER_URI
  LDAP server URI, such as "ldap://ldap.example.com".
AUTH_LDAP_BIND_DN
  Username DN (Distinguished User) of the bind user account.
AUTH_LDAP_BIND_PASSWORD
  Password of the bind user account.
AUTH_LDAP_REQUIRE_GROUP
  The DN of a group to which users must belong to have login privileges.
LDAP Group for Admins   The DN of the Admins group. Users in this group have admin access.
AUTH_LDAP_USER_SEARCH
  The DN of the subtree that contains users; often an OU.
AUTH_LDAP_GROUP_SEARCH
  The DN of the subtree that contains groups; often an OU.