简体   繁体   中英

How can I perform connectionless ldap call using Java?

In order to work with AD's Global Catalog from a Java program , I am required to perform a CLDap (Connectionless ldap) call from my Java program. I am looking for some open source to perform this task, but in vain. Has someone experienced creating CLDAP connection in Java and can help around?

Many thanks Zaske

Surprising requirement. CLDAP was moved to 'historic status' in 2003, see RFC 3352 . Based on that, (a) I doubt you will ever see a Java API for it, and (b) I would just use LDAP over TCP: it will work at least as well. See also here where its removal from OpenLDAP is discussed.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM