X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=doc%2Fman%2Fman1%2Fldapdelete.1;h=cf5878a008b9d5f76d2622afe6652184cc052cb5;hb=76c6c8e5b7f7731440872010b895cd30c8076b59;hp=5e2191aff62db6f626ad19502d80f6fd703e9f1c;hpb=7af319a5715222f70b5a7da881ef5214e4bebffd;p=openldap diff --git a/doc/man/man1/ldapdelete.1 b/doc/man/man1/ldapdelete.1 index 5e2191aff6..cf5878a008 100644 --- a/doc/man/man1/ldapdelete.1 +++ b/doc/man/man1/ldapdelete.1 @@ -1,6 +1,6 @@ .TH LDAPDELETE 1 "RELEASEDATE" "OpenLDAP LDVERSION" .\" $OpenLDAP$ -.\" Copyright 1998-2009 The OpenLDAP Foundation All Rights Reserved. +.\" Copyright 1998-2011 The OpenLDAP Foundation All Rights Reserved. .\" Copying restrictions apply. See COPYRIGHT/LICENSE. .SH NAME ldapdelete \- LDAP delete entry tool @@ -33,6 +33,10 @@ ldapdelete \- LDAP delete entry tool [\c .BR \-P \ { 2 \||\| 3 }] [\c +.BR \-e \ [ ! ] \fIext\fP [ =\fIextparam\fP ]] +[\c +.BR \-E \ [ ! ] \fIext\fP [ =\fIextparam\fP ]] +[\c .BI \-p \ ldapport\fR] [\c .BI \-O \ security-properties\fR] @@ -135,6 +139,36 @@ Deprecated in favor of \fB\-H\fP. .BR \-P \ { 2 \||\| 3 } Specify the LDAP protocol version to use. .TP +.BR \-e \ [ ! ] \fIext\fP [ =\fIextparam\fP ] +.TP +.BR \-E \ [ ! ] \fIext\fP [ =\fIextparam\fP ] + +Specify general extensions with \fB\-e\fP and delete extensions with \fB\-E\fP. +\'\fB!\fP\' indicates criticality. + +General extensions: +.nf + [!]assert= (an RFC 4515 Filter) + !authzid= ("dn:" or "u:") + [!]bauthzid (RFC 3829 authzid control) + [!]chaining[=[/]] + [!]manageDSAit + [!]noop + ppolicy + [!]postread[=] (a comma-separated attribute list) + [!]preread[=] (a comma-separated attribute list) + [!]relax + sessiontracking[=] + abandon,cancel,ignore (SIGINT sends abandon/cancel, + or ignores response; if critical, doesn't wait for SIGINT. + not really controls) +.fi + +Delete extensions: +.nf + (none) +.fi +.TP .B \-r Do a recursive delete. If the DN specified isn't a leaf, its children, and all their children are deleted down the tree. No