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