LDAPEXOP(1) | General Commands Manual | LDAPEXOP(1) |
ldapexop - issue LDAP extended operations
ldapexop [-d level] [-D binddn] [-e [!]ext[=extparam]] [-f file] [-h host] [-H URI] [-I] [-n] [-N] [-O security-properties] [-o opt[=optparam]] [-p port] [-Q] [-R realm] [-U authcid] [-v] [-V] [-w passwd] [-W] [-x] [-X authzid] [-y file] [-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
ldapexop [<options>] 1.3.6.1.4.1.4203.1.11.3yields
# extended operation response data:: <base64 encoded response data>while calling it with the keyword whoami
ldapexop [<options>] whoamiresults in
dn:<client's identity>
[!]assert=<filter> (RFC 4528; a RFC 4515 Filter string) [!]authzid=<authzid> (RFC 4370; "dn:<dn>" or "u:<user>") [!]chaining[=<resolveBehavior>[/<continuationBehavior>]] one of "chainingPreferred", "chainingRequired", "referralsPreferred", "referralsRequired" [!]manageDSAit (RFC 3296) [!]noop ppolicy [!]postread[=<attrs>] (RFC 4527; comma-separated attr list) [!]preread[=<attrs>] (RFC 4527; comma-separated attr list) [!]relax abandon, cancel, ignore (SIGINT sends abandon/cancel, or ignores response; if critical, doesn't wait for SIGINT. not really controls)
nettimeout=<timeout> (in seconds, or "none" or "max")
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.
ldap_extended_operation_s(3)
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 University of Michigan LDAP 3.3 Release.