I have two connexions entries in the xml file :

<?xml version="1.0" ?>
<!--
       In the following file, comments are describing each node. Elements are
       referenced through XPath expression, whereas attributes are prefixed with
       '@'

       //lsc Root node of the XML configuration file
       @xmlns XML Schema validation is not ready yet (Reserved for futur use)
       @id optional, added by XML API
       @revision mandatory, used by the Web Administration Interface to version
                               this file
        -->
<lsc xmlns="http://lsc-project.org/XSD/lsc-core-2.1.xsd"; revision="0">

 <connections>

   <!-- annuaire : compte lecture seule (ro) -->
   <ldapConnection>
     <name>ldap-ro</name>
     <url>ldap://annuaire-ieg.domain.fr:389/dc=domain,dc=fr</url>
     <username>[email protected]</username>
     <password>my_passwd</password>
     <authentication>GSSAPI</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>

    <ldapConnection>
      <name>ldap-local</name>
      <url>ldap://10.1.0.20:389/ dc=domain,dc=fr </url>
      <username>CN=Administrateur,CN=Users, DC=domain,DC=fr </username>
      <password>P@ssw0rd</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>


 
_______________________________________________________________________
Ghislain BRISARD
Division Aérospatiale et Défense
Capgemini | Rennes
Tel.: +33 (0)2 99 28 07 70
www.capgemini.com
 
Rennes Atalante Champs Blancs
7, rue Claude Chappe, CS 67746
35577 Cesson Sévigné cedex - France
People matter, results count.
_______________________________________________________________________
 
 
 
 
This message contains information that may be privileged or confidential and is 
the property of the Capgemini Group. It is intended only for the person to whom 
it is addressed. If you are not the intended recipient, you are not authorized 
to read, print, retain, copy, disseminate, distribute, or use this message or 
any part thereof. If you receive this message in error, please notify the 
sender immediately and delete all copies of this message.
_______________________________________________________________
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