Issue #199 has been updated by Jonathan Clarke.

Category set to Core
Status changed from New to Feedback
Assigned to set to Sébastien Bahloul
Target version set to 1.3 branch
% Done changed from 0 to 100

This is indeed the case in LSC 1.1 and 1.2. In these versions, all 
modifications are attempted to be written to a destination LDAP server. No 
documentation says that they will not be, even for EmptyJndiDstService... sorry 
if this wasn't clear!

However, LSC 1.3 (currently trunk in SVN) changes the way destination services 
work. This feature is already implemented there: EmptyJndiDstService just 
ignores modification requests.

Marking this bug as fixed for 1.3 branch. It will not be fixed in 1.2.
----------------------------------------
Bug #199: EmptyJndiDstService try to add entry when lsc launch without -n flags
http://tools.lsc-project.org/issues/show/199

Author: Lanore Ronan
Status: Feedback
Priority: Normal
Assigned to: Sébastien Bahloul
Category: Core
Target version: 1.3 branch


If i use this directive

lsc.tasks.mail.dstService = org.lsc.jndi.EmptyJndiDstService

and execute the LSC bin same as:

./lsc -f ../etc -s mail

I found this log in the LDAP destination:

conn=1003 fd=13 ACCEPT from IP=172.16.68.20:45287 (IP=0.0.0.0:389)
conn=1003 op=0 BIND dn="uid=xx,cn=xxx,cn=xxx" method=128
conn=1003 op=0 BIND dn="uid=xx,cn=xxx,cn=xxx" mech=SIMPLE ssf=0
conn=1003 op=0 RESULT tag=97 err=0 text=
conn=1003 op=1 ADD dn="uid=xxx,ou=People,dc=yyyy,dc=yyyy"
is_entry_objectclass("uid=xxx,ou=People,dc=yyyy,dc=yyyy", "2.5.17.0") no 
objectClass attribute
No objectClass for entry (uid=xxx,ou=People,dc=yyyy,dc=yyyy)
conn=1003 op=1 RESULT tag=105 err=65 text=no objectClass attribute

The LSC connector try to add my entry in ldap destination!!

the LDAP objectClass error are not important in my case because i want to 
craate a CSV file so 
i don't need the objectClass attributes




-- 
You have received this notification because you have either subscribed to it, 
or are involved in it.
To change your notification preferences, please click here: 
http://tools.lsc-project.org/my/account
_______________________________________________________________
Ldap Synchronization Connector (LSC) - http://lsc-project.org

lsc-dev mailing list
[email protected]
http://lists.lsc-project.org/listinfo/lsc-dev

Reply via email to