LDAP/AD information
Review this section to determine what information related to your existing LDAP/AD you should provide to Cloudbreak.
In order to use the LDAP/AD with Cloudbreak, you must provide the information related to your existing LDAP/AD. The following table details the properties and values that you need to know about your LDAP/AD environment in order to use the LDAP/AD with Cloudbreak:
Parameter | Description | Example |
---|---|---|
base | ||
url | The LDAP url with port |
ldap://10.0.3.128:389/
|
userDn | Enter the root Distinguished Name to search in the directory for users. |
cn=Administrator,ou=srv,dc=hortonworks,dc=local
|
password | Enter your root Distinguished Name password. |
MyPassword1234!
|
searchBase | Enter your LDAP user search base. This defines the location in the directory from which the LDAP search begins. |
ou=Users,dc=hortonworks,dc=local
|
searchFilter | Enter the attribute for which to conduct a search on the user base. |
mail={0}
|
groups | ||
searchBase | Enter your LDAP group search base. This defines the location in the directory from which the LDAP search begins. |
ou=Groups,dc=hortonworks,dc=local
|
groupSearchFilter | Enter the attribute for which to conduct a search on the group base. |
member={0}
|