As this seems to be an error into LDAP request, I suggest you debug this with OpenLdap client. Just try to re-write your request simply with openldap request to your LDAP, and check that everything's good in your config using -vvv flag.
Hope this will help you, Regards, Loïc CHANEL System Big Data engineer Vision 360 Degrés (Lyon, France) Le ven. 15 juin 2018 à 10:09, Taher Koitawala <taher.koitaw...@gslab.com> a écrit : > Hi ALl, > Trying to install apache ranger usersync 0.7.1 with the > following properties > > > SYNC_SOURCE=ldap > SYNC_LDAP_URL=ldaps://ldap-hostname:636 > SYNC_LDAP_BIND_DN=cn=ldaplookup,o=com > SYNC_LDAP_BIND_PASSWORD=<password> > SYNC_LDAP_DELTASYNC=false > SYNC_LDAP_SEARCH_BASE=o=com > SYNC_LDAP_USER_SEARCH_BASE=ou=employees,ou=people,o=com > SYNC_LDAP_USER_SEARCH_SCOPE=sub > SYNC_LDAP_USER_OBJECT_CLASS=person > SYNC_LDAP_USER_SEARCH_FILTER=(cn=*) > SYNC_LDAP_USER_NAME_ATTRIBUTE=cn > SYNC_LDAP_REFERRAL=ignore > > However, I get the following exception > > > ERROR LdapDeltaUserGroupBuilder [UnixUserSyncThread] - > LdapDeltaUserGroupBuilder.getUsers() > failed with exception: > javax.naming.directory.InvalidAttributeValueException: [LDAP: error code 19 > - NDS error: syntax violation (-613)]; remaining name ' > ou=employees,ou=people,o=com' > > INFO LdapDeltaUserGroupBuilder [UnixUserSyncThread] - > LdapDeltaUserGroupBuilder.getUsers() > user count: 0 > > > Can someone please help me resolve this > > Regards, > Taher Koitawala > GS Lab Pune > +91 8407979163 >