Le 25/10/2017 à 13:45, Thorn, Colin a écrit :
After doing a bit more research I rewrote the objectClass dataset to:

         <dataset>
           <name>objectClass</name>
           <policy>KEEP</policy>
           <createValues>
             <string>"top"</string>
             <string>"person"</string>
             <string>"organizationalPerson"</string>
             <string>"inetOrgPerson"</string>
           </createValues>
         </dataset>


I am now getting the following error:

Oct 25 13:42:40 - ERROR - Error while adding entry cn=Son 
Goku,cn=admin,ou=OpenLDAP,dc=openldap,dc=local in directory 
:javax.naming.NameNotFoundException: [LDAP: error code 32 - No Such Object]; 
remaining name 'cn=Son Goku,cn=admin,ou=OpenLDAP,dc=openldap,dc=local'


I first thought it wants the User to already exist (which would counter the 
reason I am doing this), but after creating the user on OpenLDAP with cn=Son 
Goku it still shows the same error.

Sorry for asking questions I keep answering my self.

You try to create an entry in branch "cn=admin,ou=OpenLDAP,dc=openldap,dc=local" which does not exists. I think the "cn=admin" should not be there, remove it from your mainIdentifier configuration.


--
Clément OUDOT
Consultant en logiciels libres, Expert infrastructure et sécurité
Savoir-faire Linux
137 boulevard de Magenta - 75010 PARIS
Blog: http://sflx.ca/coudot

_______________________________________________________________
Ldap Synchronization Connector (LSC) - http://lsc-project.org

lsc-users mailing list
[email protected]
https://lists.lsc-project.org/cgi-bin/mailman/listinfo/lsc-users

Reply via email to