diff options
author | Sumit Bose <sbose@redhat.com> | 2009-08-18 21:38:58 +0200 |
---|---|---|
committer | Stephen Gallagher <sgallagh@redhat.com> | 2009-08-19 10:19:58 -0400 |
commit | bd658691471ec283bfc2d7aa4018a2b83e00c7d9 (patch) | |
tree | 28d28dc90894b691367585561314a500e8414d2d /server/man | |
parent | 519b6bacaec539d5aee041c63d8887cd8baa81af (diff) | |
download | sssd-bd658691471ec283bfc2d7aa4018a2b83e00c7d9.tar.gz sssd-bd658691471ec283bfc2d7aa4018a2b83e00c7d9.tar.bz2 sssd-bd658691471ec283bfc2d7aa4018a2b83e00c7d9.zip |
enable usage of defaultBindDn
Diffstat (limited to 'server/man')
-rw-r--r-- | server/man/sssd-ldap.5.xml | 21 |
1 files changed, 21 insertions, 0 deletions
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 @@ -72,6 +72,27 @@ </varlistentry> <varlistentry> + <term>defaultAuthtokType (string)</term> + <listitem> + <para> + The type of the authentication token of the + default bind DN. So far "password" is the only + supported value. + </para> + </listitem> + </varlistentry> + + <varlistentry> + <term>defaultAuthtok (string)</term> + <listitem> + <para> + The authentication token of the default bind DN. + So far only a clear text password is supported. + </para> + </listitem> + </varlistentry> + + <varlistentry> <term>userSearchBase (string)</term> <listitem> <para> |