aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
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.