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