summaryrefslogtreecommitdiffstats
path: root/src/config/SSSDConfig.py
diff options
context:
space:
mode:
authorJakub Hrozek <jhrozek@redhat.com>2011-08-26 10:54:09 +0200
committerStephen Gallagher <sgallagh@redhat.com>2011-08-29 08:24:04 -0400
commit5e9a8ba6a9e20f984722f6252575f08231f35701 (patch)
tree35768af6bd605fcf07f008ad2317a7631f303b83 /src/config/SSSDConfig.py
parent088ebc59997fd75d290ca2a5ea1e9c1261ae2006 (diff)
downloadsssd-5e9a8ba6a9e20f984722f6252575f08231f35701.tar.gz
sssd-5e9a8ba6a9e20f984722f6252575f08231f35701.tar.xz
sssd-5e9a8ba6a9e20f984722f6252575f08231f35701.zip
Add LDAP provider option to set LDAP_OPT_X_SASL_NOCANON
https://fedorahosted.org/sssd/ticket/978
Diffstat (limited to 'src/config/SSSDConfig.py')
-rw-r--r--src/config/SSSDConfig.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/config/SSSDConfig.py b/src/config/SSSDConfig.py
index 93a108ebd..3f983327d 100644
--- a/src/config/SSSDConfig.py
+++ b/src/config/SSSDConfig.py
@@ -147,6 +147,7 @@ option_strings = {
'ldap_deref' : _('How to dereference aliases'),
'ldap_dns_service_name' : _('Service name for DNS service lookups'),
'ldap_page_size' : _('The number of records to retrieve in a single LDAP query'),
+ 'ldap_sasl_canonicalize' : _('Whether the LDAP library should perform a reverse lookup to canonicalize the host name during a SASL bind'),
'ldap_entry_usn' : _('entryUSN attribute'),
'ldap_rootdse_last_usn' : _('lastUSN attribute'),