Le 18/05/2010 09:21, Romain a écrit :
Here is my error :
--------------------------------
mai 18 09:18:51 - ERROR - Error while adding entry
cn=Commercial,ou=Services in directory
:javax.naming.directory.NoSuchAttributeException: [LDAP: error code 16 -
00000057: LdapErr: DSID-0C090A75, comment: Error in attribute conversion
operation, data 0, vece]; remaining name 'cn=Commercial,ou=Services'
mai 18 09:18:51 - ERROR - Error while synchronizing ID
cn=Commercial,ou=Services: java.lang.Exception: Technical problem while
applying modifications to directory

dn: cn=Commercial,ou=Services,dc=nomotech,dc=local
changetype: add
cn: Commercial
gidNumber: 1000
objectClass: group
objectClass: top


The error message: "LDAP: error code 16", "Error in attribute conversion operation" means that the value of an attribute you're trying to write is not correct.

I cannot tell you exactly what is wrong with your setup, since the problem here is Active Directory refusing your changes, and not a problem in LSC. You have to play around with the settings until they work.

A few ideas that may help:
- Are you sure gidNumber is a valid attribute in AD with the objectClass group?
- Does the objectClass group require any more attributes?
- Have you tried creating the objectClass with just the value "group" (and not "top")?

--
--------------------------------------------------------------
Jonathan Clarke - [email protected]
--------------------------------------------------------------
Ldap Synchronization Connector (LSC) - http://lsc-project.org
--------------------------------------------------------------
_______________________________________________________________
Ldap Synchronization Connector (LSC) - http://lsc-project.org

lsc-users mailing list
[email protected]
http://lists.lsc-project.org/listinfo/lsc-users

Reply via email to