From dff2de091d8d787dd786265cec7090d388896cf9 Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Mon, 9 Apr 2012 14:44:23 -0400 Subject: MAN: Add ldap_sasl_minssf to the manpage --- src/man/sssd-ldap.5.xml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/src/man/sssd-ldap.5.xml b/src/man/sssd-ldap.5.xml index 7c576060..1e0c2740 100644 --- a/src/man/sssd-ldap.5.xml +++ b/src/man/sssd-ldap.5.xml @@ -1102,6 +1102,22 @@ + + ldap_sasl_minssf (integer) + + + 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. + + + Default: Use the system default (usually specified + by ldap.conf) + + + + ldap_deref_threshold (integer) -- cgit