diff options
author | Stephen Gallagher <sgallagh@redhat.com> | 2012-04-09 14:44:23 -0400 |
---|---|---|
committer | Stephen Gallagher <sgallagh@redhat.com> | 2012-04-18 10:23:56 -0400 |
commit | a9370601d5ea8555e7f4e4bd64648e38d40abe38 (patch) | |
tree | 3a9ea3b1d6ed4fc1ede057430f3441163df1d871 | |
parent | 60afae4a7db780f3bee34980ebeab093cf5b4eb1 (diff) | |
download | sssd-a9370601d5ea8555e7f4e4bd64648e38d40abe38.tar.gz sssd-a9370601d5ea8555e7f4e4bd64648e38d40abe38.tar.xz sssd-a9370601d5ea8555e7f4e4bd64648e38d40abe38.zip |
MAN: Add ldap_sasl_minssf to the manpage
-rw-r--r-- | src/man/sssd-ldap.5.xml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/src/man/sssd-ldap.5.xml b/src/man/sssd-ldap.5.xml index 263079e4d..3f00b6ccc 100644 --- a/src/man/sssd-ldap.5.xml +++ b/src/man/sssd-ldap.5.xml @@ -1106,6 +1106,22 @@ </varlistentry> <varlistentry> + <term>ldap_sasl_minssf (integer)</term> + <listitem> + <para> + When communicating with an LDAP server using SASL, + specify the minimum security level necessary to + establish the connection. The values of this + option are defined by OpenLDAP. + </para> + <para> + Default: Use the system default (usually specified + by ldap.conf) + </para> + </listitem> + </varlistentry> + + <varlistentry> <term>ldap_deref_threshold (integer)</term> <listitem> <para> |