From bd658691471ec283bfc2d7aa4018a2b83e00c7d9 Mon Sep 17 00:00:00 2001 From: Sumit Bose Date: Tue, 18 Aug 2009 21:38:58 +0200 Subject: enable usage of defaultBindDn --- server/man/sssd-ldap.5.xml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) (limited to 'server/man') diff --git a/server/man/sssd-ldap.5.xml b/server/man/sssd-ldap.5.xml index 85122092..385a299a 100644 --- a/server/man/sssd-ldap.5.xml +++ b/server/man/sssd-ldap.5.xml @@ -71,6 +71,27 @@ + + defaultAuthtokType (string) + + + The type of the authentication token of the + default bind DN. So far "password" is the only + supported value. + + + + + + defaultAuthtok (string) + + + The authentication token of the default bind DN. + So far only a clear text password is supported. + + + + userSearchBase (string) -- cgit