1 .TH LDAP_DELETE 3 "15 November 1994" "U-M LDAP LDVERSION"
3 ldap_delete, ldap_delete_s \- Perform an LDAP delete operation
11 int ldap_delete_s(ld, dn)
17 int ldap_delete(ld, dn)
24 routine is used to perform an LDAP delete operation
25 synchronously. It takes \fIdn\fP, the DN of the entry to be deleted.
26 It returns an LDAP error code, indicating the success or failure of the
31 routine is used to perform an LDAP delete operation
32 asynchronously. It takes the same parameters as
34 but returns the message id of the request it initiated. The result of
35 the delete can be obtained by a subsequent call to
39 returns an LDAP error code which can be interpreted
44 returns -1 if something went wrong initiating the request. It returns the
45 non-negative message id of the request if things went ok.