Hi Che, your ldap filter seems wrong Try (&(objectClass=inetOrgPerson)(uid=userX)) instead of (&objectClass=inetOrgPerson)(uid=userX))
And about " Connecting to LDAP server ldap://someIP:389/dc=foo,dc=bar as cn=administrator,dc=foo,dc=bar", it seems your credentials are rejected or the admin distinguished name does not exist. Hope it helps Natan On Tue, Jan 3, 2012 at 2:08 PM, Che H M <[email protected]> wrote: > > > Dear, > > I am currently testing the LSC stable version 1.2.1. > and I'm using the Howto, described on the lsc-project.org. > > When I perform a dry run I come across several problems. > > > root@ldap:/home/user/lsc# bin/lsc -f etc -c all -s all -n > Jan 03 13:57:51 - INFO - Starting sync for ADuser > Jan 03 13:57:51 - INFO - Connecting to LDAP server > ldap://localhost:389/dc=fooz,dc=barz as cn=superUser,dc=fooz,dc=barz > Jan 03 13:57:51 - ERROR - Error while looking for > (&objectClass=inetOrgPerson)(uid=userX)) in ou=cc: > javax.naming.directory.InvalidSearchFilterException: Unbalanced > parenthesis; remaining name 'ou=cc' > Jan 03 13:57:51 - ERROR - Error while synchronizing ID {uid=userX}: > javax.naming.directory.InvalidSearchFilterException: Unbalanced > parenthesis; remaining name 'ou=cc' > Jan 03 13:57:51 - ERROR - Error while looking for > (&objectClass=inetOrgPerson)(uid=userY)) in ou=cc: > javax.naming.directory.InvalidSearchFilterException: Unbalanced > parenthesis; remaining name 'ou=cc' > Jan 03 13:57:51 - ERROR - Error while synchronizing ID {uid=userY}: > javax.naming.directory.InvalidSearchFilterException: Unbalanced > parenthesis; remaining name 'ou=cc' > Jan 03 13:57:51 - ERROR - All entries: 2, to modify entries: 0, modified > entries: 0, errors: 2 > Jan 03 13:57:51 - INFO - Starting clean for ADuser > Jan 03 13:57:51 - INFO - Connecting to LDAP server > ldap://someIP:389/dc=foo,dc=bar as cn=administrator,dc=foo,dc=bar > Jan 03 13:57:51 - ERROR - Error opening the LDAP connection to the > destination! > Jan 03 13:57:51 - ERROR - java.lang.RuntimeException: > javax.naming.AuthenticationException: [LDAP: error code 49 - 80090308: > LdapErr: DSID-0C0903A9, comment: AcceptSecurityContext error, data 52e, > v1db1] > Last log file line: Jan 03 13:57:51 - ERROR - java.lang.RuntimeException: > javax.naming.AuthenticationException: [LDAP: error code 49 - 80090308: > LdapErr: DSID-0C0903A9, comment: AcceptSecurityContext error, data 52e, > v1db1] > > > I've noticed that someone else posted such error before and no reply has > been given... > > > Thanks in advance. > > Kind regards > > _______________________________________________________________ > Ldap Synchronization Connector (LSC) - http://lsc-project.org > > lsc-users mailing list > [email protected] > http://lists.lsc-project.org/listinfo/lsc-users > >
_______________________________________________________________ Ldap Synchronization Connector (LSC) - http://lsc-project.org lsc-users mailing list [email protected] http://lists.lsc-project.org/listinfo/lsc-users

