LDAPEXOP(1) | General Commands Manual | LDAPEXOP(1) |
ldapexop - issue LDAP extended operations
ldapexop [-V[V]] [-d debuglevel] [-n] [-v] [-f file] [-x] [-D binddn] [-W] [-w passwd] [-y passwdfile] [-H URI] [-h ldaphost] [-p ldapport] [-e [!]ext[=extparam]] [-o opt[=optparam]] [-O security-properties] [-I] [-Q] [-N] [-U authcid] [-R realm] [-X authzid] [-Y mech] [-Z[Z]] {oid | oid:data | oid::b64data | whoami | cancel cancel-id | refresh DN [ttl]}
ldapexop issues the LDAP extended operation specified by oid or one of the special keywords whoami, cancel, or refresh.
Additional data for the extended operation can be passed to the server using data or base-64 encoded as b64data in the case of oid, or using the additional parameters in the case of the specially named extended operations above.
Please note that ldapexop behaves differently for the same extended operation when it was given as an OID or as a specialliy named operation:
Calling ldapexop with the OID of the whoami (RFC 4532) extended operation
yields
ldapexop [<options>] 1.3.6.1.4.1.4203.1.11.3
while calling it with the keyword whoami
# extended operation response
data:: <base64 encoded response data>
results in
ldapexop [<options>] whoami
dn:<client's identity>
[!]assert=<filter> (an RFC 4515 Filter)
!authzid=<authzid> ("dn:<dn>" or "u:<user>")
[!]bauthzid (RFC 3829 authzid control)
[!]chaining[=<resolve>[/<cont>]]
[!]manageDSAit
[!]noop
ppolicy
[!]postread[=<attrs>] (a comma-separated attribute list)
[!]preread[=<attrs>] (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)
Specify general options.
General options:
nettimeout=<timeout> (in seconds, or "none" or "max")
ldif-wrap=<width> (in columns, or "no" for no wrapping)
Exit status is zero if no errors occur. Errors result in a non-zero exit status and a diagnostic message being written to standard error.
This manual page was written by Peter Marschall based on ldapexop's usage message and a few tests with ldapexop. Do not expect it to be complete or absolutely correct.
OpenLDAP Software is developed and maintained by The OpenLDAP Project <http://www.openldap.org/>. OpenLDAP Software is derived from the University of Michigan LDAP 3.3 Release.