Le 08/06/2016 22:15, Manu a écrit :

I have a windows 2012 domain controller and Centos LDAP.

I try to sync from windows 2012 to LDAP

We have check the existing lsx.xml with

service lsc configtest

xmllint lsc.xml

We get a A/uthentication/error to the windows 2012 domain controller

<?xml version="1.0" ?>

<lsc xmlns="http://lsc-project.org/XSD/lsc-core-2.1.xsd"; revision="0">

    <connections>

        <ldapConnection>

<name>ldap-src-conn</name>

<url>ldap://windowsADctrl:389/cn=administrator,cn=Users,DC=mycompany,DC=local</url>

<username>Administrator</username>

<password>Abc12345678</password>

<authentication>SIMPLE</authentication>

<referral>IGNORE</referral>

<derefAliases>NEVER</derefAliases>

<version>VERSION_3</version>

<pageSize>-1</pageSize>

  <factory>com.sun.jndi.ldap.LdapCtxFactory</factory>

<tlsActivated>false</tlsActivated>



You need to use only ldap://windowsADctrl:389/DC=mycompany,DC=local in <url>and cn=administrator,cn=Users,DC=mycompany,DC=local in <username>


--
Clément OUDOT
Consultant en logiciels libres, Expert infrastructure et sécurité
Savoir-faire Linux
87, rue de Turbigo - 75003 PARIS
Blog: http://sflx.ca/coudot

_______________________________________________________________
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