Hi, I am trying to integrate LDAP with Ambari, and when I configure LDAP and do ambari-server sync-ldap --all , only group is getting imported, but not the users. I am not getting any error. What could be possible reasons?
I am also trying the second option to sync LDAP using command ambari-server sync-ldap --users users.txt --groups groups.txt, but I am not sure how to mention Names in users and groups in .txt files.
For Example my name is Aks Pat belonging to group ssd_abc in LDAP, how to mention name and group in user.txt and group.txt files. I am always getting error message that Couldn't sync LDAP user Aks Pat, it doesn't exist
Request to provide one example for syncing LDAP using ambari-server sync-ldap --users users.txt --groups groups.txt command