2010/3/4 Tony <[email protected]>:
> I whant to synchronise groups from openLDAP to AD but when I do this command
> :  "/usr/local/lsc-openldap2ad/bin/lsc-openldap2ad -s all -c all"
>
>
> I have this error message :
>
> 0    - WARN  - Starting sync for Groupes (ldap2ldap)
> 22   - INFO  - Connecting to LDAP server ldap://localhost:389/dc=toto,dc=fr
> as cn=admin,dc=toto,dc=fr
> 98   - INFO  - Connecting to LDAP server
> ldap://192.168.3.1:389/dc=toto,dc=fr as
> cn=Administrateur,cn=Users,dc=toto,dc=fr
> 118  - ERROR - Error while adding entry cn=201,ou=groupes,dc=toto,dc=fr 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=201,ou=groupes'
> 138  - ERROR - Erreur rencontrée sur l'identifiant
> cn=201,ou=groupes,dc=toto,dc=fr:
>
> dn: cn=201,ou=groupes,dc=toto,dc=fr
> changetype: add
> cn: 201
> objectClass: top
> objectClass: posixGroup
>
> 152  - ERROR - Error while adding entry cn=Eleves,ou=groupes,dc=toto,dc=fr
> 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=Eleves,ou=groupes'
> 152  - ERROR - Erreur rencontrée sur l'identifiant
> cn=Eleves,ou=groupes,dc=toto,dc=fr:
>
> dn: cn=Eleves,ou=groupes,dc=toto,dc=fr
> changetype: add
> cn: Eleves
> objectClass: top
> objectClass: posixGroup
>
> 155  - ERROR - # Nombre d'enregistrement(s) pris en compte: 2, nombre
> d'enregistrement(s) à reporter: 2, nombre d'enregistrements reporté(s): 0,
> nombre d'erreurs: 2
> 155  - WARN  - Starting clean for Groupes (ldap2ldap)
> 159  - ERROR - Empty or non existant destination (no IDs found)
>
>
> I give you for more details an exemple of a group from openLDAP and my
> lsc.properties file.
>
>
> Waiting for a quick response because I am currently training course and I
> finished training is March 5.
> Thank you in advance and sorry for my bad english


Hi Tony,

groups in Active Directory are not 'posixGroup' but 'group'. You have
to set correctly the objectClass attribute.

Clément.
_______________________________________________________________
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