aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorIgor Pashev <pashev.igor@gmail.com>2017-01-08 14:10:09 +0300
committerIgor Pashev <pashev.igor@gmail.com>2017-01-08 21:44:03 +0300
commit57f124ece6fcd6e885ca104624f09a6fefaa0e05 (patch)
tree0c29c6e0700797d19e85d6c25a2b078d92d9c65d /README.md
parentcdddf52e87b0b7a84b9b664df29004340f99ec20 (diff)
downloadldapply-57f124ece6fcd6e885ca104624f09a6fefaa0e05.tar.gz
Allow simple bind
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/README.md b/README.md
index 985b5f4..6b51713 100644
--- a/README.md
+++ b/README.md
@@ -33,8 +33,15 @@ 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>
+ -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.
+
LDIF example
============