Created 08-11-2017 11:24 PM
I configured a remote ldap server, and add some entries into it.
The base DN: dc=sample,dc=com
The organization unit DN: ou=People,dc=sample,dc=com
The inteOrgPerson DN: uid=usera,ou=People,dc=sample,dc=com
Then I followd the instruction from this link since I am using the lastest CM: https://www.cloudera.com/documentation/enterprise/latest/topics/cm_sg_external_auth.html
And I tried this config below based on the description from the link above
After restarted the CM server, I could not use 'usera' to login.
Actually I have many groups (organization unit) in the LDAP server, so I really need to use one of the users from these groups to login to Cloudera Manager.
Is there anyone who could tell me what I was doing wrong? Many thanks
Created 08-12-2017 03:55 AM
After several tries, I found out groupOfNames should be the group in Cloudera Managers and it works for me. Now I can login with LDAP users and can filter users based on groups
Created 08-12-2017 12:17 AM
Created 08-12-2017 03:42 AM
What exactly is the meaning of a LDAP user group in Cloudera Manager?
Is it a organization unit? or a posixGroup? or a groupOfNames?
Created 08-12-2017 03:55 AM
After several tries, I found out groupOfNames should be the group in Cloudera Managers and it works for me. Now I can login with LDAP users and can filter users based on groups