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