2014-04-07 11:32 GMT+02:00 Deividas haspo <[email protected]>:

> Now I got this:
>
>
> Apr 07 12:20:36 - INFO  - Connecting to LDAP server ldap://
> 10.0.2.15/dc=homeserver2012,dc=org as
> CN=Administrator,DC=homeserver2012,DC=org
> Apr 07 12:20:36 - ERROR - Error opening the LDAP connection to the
> destination! (javax.naming.AuthenticationException: [LDAP: error code 49 -
> 80090308: LdapErr: DSID-0C0903C5, comment: AcceptSecurityContext error,
> data 52e, v23f0])
> Apr 07 12:20:36 - ERROR - org.lsc.exception.LscConfigurationException:
> java.lang.reflect.InvocationTargetException
>
>
>
> I change this part, just deleted cn=users, now its like this:
>
>  <ldapConnection>
>                 <name>landcareADConnection</name>
>                 <url>ldap://10.0.2.15/dc=homeserver2012,dc=org</url>
>
> <username>CN=Administrator,DC=homeserver2012,DC=org</username>
>                 <password>MyPass</password>
>
>                 <authentication>SIMPLE</authentication>
>             <referral>IGNORE</referral>
>             <derefAliases>NEVER</derefAliases>
>                 <version>VERSION_3</version>
>                 <pageSize>1000</pageSize>
>             <factory>com.sun.jndi.ldap.LdapCtxFactory</factory>
>                 <tlsActivated>false</tlsActivated>
>         </ldapConnection>
>
>
> I can connect to my AD through LDAP Admin Tool Professional 6.8 using
> these parameters:
>
> hostname: homeserver2012.org
> port: 389
> Base DN: (nothing here)
> User DN: CN=Administrator,CN=Users,DC=homeserver2012,DC=org
>
> p.s. I'm the administrator so I have full rights to do whatever I want.
>
>

Seems you have a wrong value in <username>, put
CN=Administrator,CN=Users,DC=homeserver2012,DC=org instead of
CN=Administrator,DC=homeserver2012,DC=org


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