summaryrefslogtreecommitdiffstats
path: root/src/man/sssd-ldap.5.xml
diff options
context:
space:
mode:
authorJakub Hrozek <jhrozek@redhat.com>2010-08-29 22:15:06 +0200
committerStephen Gallagher <sgallagh@redhat.com>2010-09-08 09:36:22 -0400
commit88aeed9a31b734a92630d5e881c960c5f77ba0ce (patch)
tree516e1e785f1365873d8a036d8510e0492a8b6f87 /src/man/sssd-ldap.5.xml
parent530ba03ecabb472f17d5d1ab546aec9390492de1 (diff)
downloadsssd-88aeed9a31b734a92630d5e881c960c5f77ba0ce.tar.gz
sssd-88aeed9a31b734a92630d5e881c960c5f77ba0ce.tar.xz
sssd-88aeed9a31b734a92630d5e881c960c5f77ba0ce.zip
Deobfuscate password in back ends
When obfuscated password is used in config file, the LDAP backend converts it back to clear text and uses it to authenticate to the server.
Diffstat (limited to 'src/man/sssd-ldap.5.xml')
-rw-r--r--src/man/sssd-ldap.5.xml11
1 files changed, 10 insertions, 1 deletions
diff --git a/src/man/sssd-ldap.5.xml b/src/man/sssd-ldap.5.xml
index 346faf8de..b32096dd9 100644
--- a/src/man/sssd-ldap.5.xml
+++ b/src/man/sssd-ldap.5.xml
@@ -120,7 +120,16 @@
<listitem>
<para>
The type of the authentication token of the
- default bind DN. The only currently supported value is "password".
+ default bind DN.
+ </para>
+ <para>
+ The two mechanisms currently supported are:
+ </para>
+ <para>
+ password
+ </para>
+ <para>
+ obfuscated_password
</para>
</listitem>
</varlistentry>