📄 ldap_delete.3
字号:
.TH LDAP_DELETE 3 "22 September 1998" "OpenLDAP LDVERSION".\" $OpenLDAP: pkg/ldap/doc/man/man3/ldap_delete.3,v 1.2.12.1 2000/06/13 17:57:11 kurt Exp $.\" Copyright 1998-2000 The OpenLDAP Foundation All Rights Reserved..\" Copying restrictions apply. See COPYRIGHT/LICENSE..SH NAMEldap_delete, ldap_delete_s \- Perform an LDAP delete operation.SH SYNOPSIS.nf.ft B#include <ldap.h>.LP.ft Bint ldap_delete_s(ld, dn).ftLDAP *ld;char *dn;.LP.ft Bint ldap_delete(ld, dn).ftLDAP *ld;char *dn;.SH DESCRIPTIONThe.B ldap_delete_s()routine is used to perform an LDAP delete operationsynchronously. It takes \fIdn\fP, the DN of the entry to be deleted.It returns an LDAP error code, indicating the success or failure of theoperation..LPThe.B ldap_delete()routine is used to perform an LDAP delete operationasynchronously. It takes the same parameters as.BR ldap_delete_s() ,but returns the message id of the request it initiated. The result ofthe delete can be obtained by a subsequent call to.BR ldap_result (3)..SH ERRORS.B ldap_delete_s()returns an LDAP error code which can be interpretedby calling one of.BR ldap_perror (3)and friends..B ldap_delete()returns -1 if something went wrong initiating the request. It returns thenon-negative message id of the request if things went ok..SH SEE ALSO.BR ldap(3),.BR ldap_error(3).SH ACKNOWLEDGEMENTS.B OpenLDAPis developed and maintained by The OpenLDAP Project (http://www.openldap.org/)..B OpenLDAPis derived from University of Michigan LDAP 3.3 Release.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -