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