Re: LDAPI support in JLDAP

2009-12-05 Thread Endi Sukma Dewata
Hi Marc, Thanks for your suggestions. I tried to create a subclass of LDAPConnection but I was getting a lot of problems accessing non-public methos/classes belonging to com.novell.java package. But it gave me a different idea, I finally got it to work using a custom socket factory. First I creat

Re: LDAPI support in JLDAP

2009-12-04 Thread Marc Boorshtein
Endi, A few years ago I was able to add DSMLv2 and SPMLv1 support to JLDAP by creating subclasses of the LDAPConnection class. This worked well without requiring changes to the rest of the JLDAP source code. I used JLDAP as the core for the SQL Directory Browser, which supports both SPML and DSM

LDAPI support in JLDAP

2009-12-03 Thread Endi Sukma Dewata
Hello, Let me introduce myself, I'm working on the IPA & Samba integration effort and I'm building a Java-based synchronization tool that communicates with LDAP servers using the JLDAP library. Here is some background about the project: http://www.freeipa.org/page/IPAv3_development_status The LDA