The URL of your organization's LDAP server. This URL includes the scheme, host name, and port number; For example, ldap://myladpurl:389.
The LDAP base node within which you want to find users. For example, If you want to search for regular employees within the sales department, then specify the value for this parameter as: ou=regular, ou=sales, dc=example, dc=com.
The LDAP base node within which you want to find groups. For example, if you want to search for groups within the personal department, then specify the value for this parameter as: ou=personal, dc=example, dc=com.
The LDAP node attribute that determines the user ID. In the given LDAP directory structure example, this attribute is defined as cn. The value of this attribute depends on the implementation of your LDAP directory structure.
The LDAP node attribute that determines the group name. In the given LDAP directory structure example, this attribute is defined as ou.
The attribute of the LDAP group node that determines the members of the group. For example, if you want to set this to regular employee group in the sales department, then specify the value as: member.