Parse LDAP-URL to the hostname and Base-DN
I try to parse an LDAP-URL in Java.
LDAP searching with java
I am connected to LDAP, but I don’t know anything about the structure of it. How can I find out what baseDn is ?
LDAP searching with java
I am connected to LDAP, but I don’t know anything about the structure of it. How can I find out what baseDn is ?
LDAP save modified attributes
I have a problemwith LDAP. I would like to modify couple of attributes but it doesn’t work. With cursor().get().put(attr, value) the value is modified only local and if I check if that changed attribute was changed on server side, the old value remains untouched.