Created 08-24-2016 06:50 PM
Hi All, I am trying to sync my Directory users from IPA server to Ambari. I have been using these instructions
However, I am not certain what need to be the value of Distinguished name attribute.
Provided I have the following structure
uid=u1,ou=ou11,ou=o1,dc=example,dc=com uid=u2,ou=ou12,ou=o1,dc=example,dc=com uid=u3,ou=ou21,ou=02,dc=example,dc=com uid=u4,ou=ou22,ou=02,dc=example,dc=com
Created 08-24-2016 06:55 PM
Here are the default IPA Values (If you used a out of the box no changes IPA) that work for me:
authentication.ldap.dnAttribute=dn
authentication.ldap.groupMembershipAttr= memberUid
authentication.ldap.groupObjectClass=posixGroup
authentication.ldap.userObjectClass=mepManagedEntry
authentication.ldap.usernameAttribute=cn
Created 08-24-2016 07:42 PM
@Arun A K I just use the Web Gui that comes with IPA ldap. Keep in mind I am not managing a large user base, but rather just doing small recreations to help customers. I would think the GUI would get cumbersome if you were doing an entire enterprise.
Created 08-24-2016 07:44 PM
Thanks Again!!. I was prototyping, and hence wasn't looking for something at an enterprise level. 🙂