From 2a5a1a0a7919fb33b71583fbe85bad8cc96e318c Mon Sep 17 00:00:00 2001 From: Jakub Hrozek Date: Fri, 26 Aug 2011 10:54:09 +0200 Subject: Add LDAP provider option to set LDAP_OPT_X_SASL_NOCANON https://fedorahosted.org/sssd/ticket/978 --- src/man/sssd-ldap.5.xml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'src/man') diff --git a/src/man/sssd-ldap.5.xml b/src/man/sssd-ldap.5.xml index b4a78a62d..66fc3c487 100644 --- a/src/man/sssd-ldap.5.xml +++ b/src/man/sssd-ldap.5.xml @@ -1019,6 +1019,20 @@ + + ldap_sasl_canonicalize (boolean) + + + If set to true, the LDAP library would perform + a reverse lookup to canonicalize the host name + during a SASL bind. + + + Default: false; + + + + ldap_krb5_keytab (string) -- cgit