aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorIgor Pashev <pashev.igor@gmail.com>2017-01-10 22:34:36 +0300
committerIgor Pashev <pashev.igor@gmail.com>2017-01-11 13:02:40 +0300
commit88a68c13ff93cfb881eeb55014425f85dbb20f5b (patch)
treef2e5862eec05b34c35fbb3253d8a2b2ae00bf66a /README.md
parent57f124ece6fcd6e885ca104624f09a6fefaa0e05 (diff)
downloadldapply-88a68c13ff93cfb881eeb55014425f85dbb20f5b.tar.gz
Added option -x (simple bind like ldapmodify)
Requires LDAP > 0.6.10, see https://github.com/ezyang/ldap-haskell/commit/d0c32afa853555b9de301dbf17795cd891b18c2a
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 6b51713..584daa1 100644
--- a/README.md
+++ b/README.md
@@ -33,13 +33,13 @@ Type `ldapply --help` to see usage summary:
Options:
-H <ldapuri> LDAP URL to connect to [default: ldapi:///]
- -D <binddn> Use simple bind with the Distinguished Name <binddn>
+ -x Use simple bind instead of default SASL External
+ -D <binddn> Use <binddn> for the distinguished name or authorization identity
-w <passwd> Use <passwd> as the password for simple bind
-y <passwdfile> Read password from <passwdfile>, only the first line is read
-h, --help Show this message
- If option -D is given, simple bind is used, otherwise SASL External.
If option -w is given, -y is ignored.