]> git.sur5r.net Git - openldap/blob - doc/devel/args
40d3c26f932ca8cefc37ed87d6e70c4254d6449d
[openldap] / doc / devel / args
1 Tools           ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz
2 ldapcompare              * DE *HI*K M*OPQR  U*WXYZ   de *h**k *n*p*    vwx z
3 ldapdelete       *CDE *HI*K M*OPQR  U*WXYZ  cdef*h**k *n*p*    vwxy
4 ldapmodify       *CDEF*HI*K M*OPQRS U*WXYZabcdef*h**k *n*p*r t vwxy
5 ldapmodrdn       *CDE *HI*K M*OPQR  U*WXYZ  cdef*h**k *n*p*rs  vwxy
6 ldappasswd      A*CDE *HI*   *O QRS U*WXYZa  de *h**  * * * s  vwxy  
7 ldapsearch      A*CDE *HI*KLM*OPQRSTU*WXYZab*def*h**kl*n*p* stuvwxyz
8 ldapwhoami               * DE *HI*   *O QR  U*WXYZ   def*h**  *n*p*    vwx  
9
10
11 * reserved
12         GJNgijmoqy01235789
13
14 * General flags:
15         -C Chase Referrals
16         -D Bind DN
17         -E CommandSpecific Extensions   (e.g., -E <[!]oid[=options]>*)
18         -e General Extensions                   (e.g., -e <[!]oid[=options]>*)
19         -H URI
20         -P protocol version
21         -V version information
22         -W prompt for bind password
23         -d debug
24         -h host
25         -n no-op
26         -p port
27         -v verbose
28         -y Bind password-file
29         -w Bind password
30         -4 IPv4 only
31         -6 IPv6 only
32
33
34 * LDAPv3 Only 
35         -x simple bind (not recommended excepting for
36                 anonymous access, w/ -ZZ, or with ldaps://.
37
38         -M ManageDSAIT
39         -Z StartTLS
40
41         -Y SASL Mechanism (defaults to "best")
42         -R SASL Realm (defaults to empty)
43         -O SASL Security Options (defaults to "noanonymous,noplain")
44         -U SASL Authentication Identity (defaults to USER)
45         -X SASL Authorization Identity (defaults to empty)
46
47         -I SASL interactive mode (default: automatic)
48         -Q SASL quiet mode (default: automatic)
49
50
51 * LDAPv2+ Only (DEPRECATED)
52         -K LDAPv2 Kerberos Bind (Step 1 only)
53         -k LDAPv2 Kerberos Bind
54
55
56 ---
57 $OpenLDAP$