thelordoftherings
Programmer
Hello,
I know how to preform an LDAP search using the package javax.naming.directory.DirContext.
Can someone show me how do I do an update to a certain record at the LDAP ?
Can this update be with the search already (such as in SQL) or should I search the relevant item first and than update it? In any case, a code example will be very helpful here...
I know how to preform an LDAP search using the package javax.naming.directory.DirContext.
Can someone show me how do I do an update to a certain record at the LDAP ?
Can this update be with the search already (such as in SQL) or should I search the relevant item first and than update it? In any case, a code example will be very helpful here...