On 11/05/2010 16:57, Romain wrote:
Hi,

Thanks for your answer. Yes i have run "ant lsc::generateWizard"
However, I have resolve the problem to remplace "org.lsc.beans.userBean"
by "org.lsc.beans.inetOrgPersonBean", but no i have this error message :

-----------------------------------------------------------------
Buildfile: build.xml

lsc::init:

lsc::prepare-env:
[echo] Copying xml and properties files
[copy] Copying 1 file to
/home/debian/Desktop/lsc-sample-1.1.2/target/classes

lsc::compile-resources:
[echo] Compiling resources

lsc::compile-app:

lsc::synchronize:
[java] 0 - WARN - Starting sync for user (ldap2ldap)
[java] 50 - INFO - Connecting to LDAP server
ldap://localhost:389/dc=openldap,dc=nomotech,dc=local as
cn=admin,dc=openldap,dc=nomotech,dc=local
[java] 153 - INFO - Connecting to LDAP server
ldap://192.168.0.1:389/dc=nomotech,dc=local as
cn=Administrateur,cn=Users,dc=nomotech,dc=local
[java] 437 - ERROR - Error while adding entry cn=toto,cn=Users in
directory : javax.naming.OperationNotSupportedException: [LDAP: error
code 53 - 0000001F: SvcErr: DSID-031A0FBC, problem 5003
(WILL_NOT_PERFORM), data 0
[java] ]; remaining name 'cn=toto,cn=Users'
[java] 452 - ERROR - Erreur rencontrée sur l'identifiant cn=toto,cn=Users:
[java]
[java] dn: cn=toto,cn=Users,dc=nomotech,dc=local
[java] changetype: add
[java] objectclass: top
[java] objectclass: user
[java] objectclass: person
[java] objectclass: organizationalPerson
[java] sn: toto
[java] cn: toto
[java] userprincipalname: [email protected]
[java] samaccountname: toto
[java] unicodepwd:: IgBjAGgAYQBuAGcAZQBpAHQAIgA=
[java]
[java] 486 - ERROR - # Nombre d'enregistrement(s) pris en compte: 1,
nombre d'enregistrement(s) à reporter: 1, nombre d'enregistrements
reporté(s): 0, nombre d'erreurs: 1

BUILD SUCCESSFUL
Total time: 3 seconds
-------------------------------------------------------------------

So i have nothing new in my AD. And i think that my method to resolve
the problem are not good.

I think this may be because of the unicodePwd attribute. AD requires that you use a secure connection to update this.

In the 1.2 version, i have make the lsc.properties file, but i don't
know how to launch the synchronization ???

Run the bin/lsc command from the -dist archive with the same options as lsc::synchronize.
--
--------------------------------------------------------------
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