Java Connector Server › LDAP Overview › LDAP Operations
LDAP Operations
The LDAP protocol provides the following simple set of operations that LDAP clients can perform on objects:
- ADDAdds a new object to the DIT
- MODIFYModifies an object in the DIT
- SEARCHLocates or enumerates one or more objects in the DIT
- DELETEDeletes an object from the DIT
- MODRDNRenames an object by modifying its Relative Distinguished Name (RDN)
- COMPARECompares an object in the DIT to a certain criteria
Copyright © 2009 CA.
All rights reserved.