X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=doc%2Fdevel%2Fargs;h=595e2a81b4b9a437607a90be7126336e9d5e7634;hb=3b71ba0f15ba7d774276292c04ef078448d47fdf;hp=cdf32f99bdd055e92ac25a688efe1e5b0e96eef7;hpb=a0097fe1d9bcee760c89ba4dd7a57217e2795245;p=openldap diff --git a/doc/devel/args b/doc/devel/args index cdf32f99bd..595e2a81b4 100644 --- a/doc/devel/args +++ b/doc/devel/args @@ -1,15 +1,57 @@ -Clients ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz +Tools ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz +ldapdelete CD I K M OPQR U WXYZ cd f h k n p vwx +ldapmodify CD F I K M OPQR U WXYZabcd f h k n p r t vwx +ldapmodrdn CD I K M OPQR U WXYZ cd f h k n p rs vwx +ldappasswd A CD I O QRS U WXYZa d h s vwx +ldapsearch A CD I KLM OPQRSTUVWXYZab*d f h kl n p stuvwx z +Other Clients ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz fax500 f h m finger c f i l p t x go500 I bcd f l p t x go500gw I P a cd f h l p t x -ldapdelete D K M P W cd f h k np vw -ldapmodify D F K M P W abcd f h k np r t vw -ldapmodrdn D K M P W cd f h k np rs vw -ldappasswd A D KL P S a cd h k stuvw -ldapsearch AB D F KLM P RST VW ab d f h kl np stuvw z mail500 C d f h lm v rcpt500 U abc f h l p st z rp500 ab d f x z ud D V cd f l p s uv + + +* reserved + EGHIJNOegijmoqy + +* General flags: + -C Chase Referrals + -D Bind DN + -P protocol version + -W prompt for bind password + -d debug + -h host + -n no-op + -p port + -v verbose + -w Bind password + + +* LDAPv3 Only + -x simple bind (not recommended, excepting for anonymous access) + + -M ManageDSAIT + -Z StartTLS + + -Y SASL Mechanism (defaults to "best") + -R SASL Realm (defaults to empty) + -O SASL Security Options (defaults to "noanonymous,noplain") + -U SASL Authentication Identity (defaults to USER) + -X SASL Authorization Identity (defaults to empty) + + -I SASL interactive mode (default: automatic) + -Q SASL quiet mode (default: automatic) + + +* LDAPv2+ Only (DEPRECATED) + -K LDAPv2 Kerberos Bind (Step 1 only) + -k LDAPv2 Kerberos Bind + + +--- +$OpenLDAP$