Le 15/09/2015 14:39, Armando Martins a écrit :
Hi,

I would like to synchronize as source a lotus domino directory to a openldap server. The problem is that the lotus server as a baseDN like O=organisation but the mailing lists are not under the baseDN (strange...)

if i do a request with ldapsearch like this :
ldapsearch -z 0 -LLL -x -p 389 -h lotus -b "" -D "admin" -w 'secret' "(&(objectclass=groupOfNames)([email protected] <mailto:[email protected]>))"
the result is :
dn: CN=systeme
cn: systeme
mail: [email protected] <mailto:[email protected]>
displayname: systeme
grouptype: 1
description: ML Organisation
autopopulateinput: 0
availablefordirsync: 1
objectclass: dominoGroup
objectclass: groupOfNames
objectclass: top
grouptitle: 1
listcategory: Liste de Diffusion
autopopulate: 0
member: CN=user1,O=organisation
member: CN=user,O=organisation

So i've try to remove the basedn from LSC 2.1.3 on my source ldap connection & service, but lsc seems to absolutely want a baseDN. How can i tell to LSC to use the rootDSE instaead of a baseDN?



I'm not sure this is possible with LSC. I searched how to do it with JNDI but can't find anything.

I see two options:
* Try to create a branch in Domino server to store lists
* Use the executable plugin to call the ldapsearch command, see http://lsc-project.org/wiki/documentation/plugins/executable


--
Clément OUDOT
Consultant en logiciels libres, Expert infrastructure et sécurité
Savoir-faire Linux

_______________________________________________________________
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