diff options
author | Jakub Hrozek <jhrozek@redhat.com> | 2011-08-23 23:19:57 +0200 |
---|---|---|
committer | Stephen Gallagher <sgallagh@redhat.com> | 2011-08-26 16:52:52 -0400 |
commit | a2e6bd6ed16c92799d435043450f6156a773a6dc (patch) | |
tree | a0234fa507a72afc720848788c625d6437a63671 /src/man/sssd-ldap.5.xml | |
parent | 47db32cd9cb2147bb40909352569d7c8274365db (diff) | |
download | sssd2-a2e6bd6ed16c92799d435043450f6156a773a6dc.tar.gz sssd2-a2e6bd6ed16c92799d435043450f6156a773a6dc.tar.xz sssd2-a2e6bd6ed16c92799d435043450f6156a773a6dc.zip |
Add LDAP provider option to set LDAP_OPT_X_SASL_NOCANON
https://fedorahosted.org/sssd/ticket/978
Diffstat (limited to 'src/man/sssd-ldap.5.xml')
-rw-r--r-- | src/man/sssd-ldap.5.xml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/src/man/sssd-ldap.5.xml b/src/man/sssd-ldap.5.xml index 7c364abe..be1d333a 100644 --- a/src/man/sssd-ldap.5.xml +++ b/src/man/sssd-ldap.5.xml @@ -1104,6 +1104,20 @@ </varlistentry> <varlistentry> + <term>ldap_sasl_canonicalize (boolean)</term> + <listitem> + <para> + If set to true, the LDAP library would perform + a reverse lookup to canonicalize the host name + during a SASL bind. + </para> + <para> + Default: false; + </para> + </listitem> + </varlistentry> + + <varlistentry> <term>ldap_krb5_keytab (string)</term> <listitem> <para> |