From 16ee62d1d94aea214d985a6f2e31fc6040c71f47 Mon Sep 17 00:00:00 2001 From: "mahlon@martini.nu" Date: Tue, 6 Sep 2011 22:59:07 +0000 Subject: [PATCH] Add documentation for the additional short flags. FossilOrigin-Name: 1ad9354e173b48080dee8a661b4c0afa9fdf8d7f5f2d68b41121271910dfc3de --- shelldap | 3 +++ 1 file changed, 3 insertions(+) diff --git a/shelldap b/shelldap index 2673d00..f061a73 100755 --- a/shelldap +++ b/shelldap @@ -90,6 +90,7 @@ Required. The LDAP server to connect to. This can be a hostname, IP address, or a URI. --server ldaps://ldap.example.net + -H ldaps://ldap.example.net =back @@ -101,6 +102,7 @@ The full dn of a user to authenticate as. If not specified, defaults to an anonymous bind. You will be prompted for a password. --binddn cn=Manager,dc=your,o=company + -D cn=Manager,dc=your,o=company =back @@ -112,6 +114,7 @@ The directory 'root' of your LDAP server. If omitted, shelldap will try and ask the server for a sane default. --basedn dc=your,o=company + -b dc=your,o=company =back