From 4534c103b193b74452ea81bf12ffaceb1901728a Mon Sep 17 00:00:00 2001 From: Sumit Bose Date: Thu, 21 Oct 2010 10:13:46 +0200 Subject: Add ldap_deref option --- src/config/SSSDConfig.py | 1 + 1 file changed, 1 insertion(+) (limited to 'src/config/SSSDConfig.py') diff --git a/src/config/SSSDConfig.py b/src/config/SSSDConfig.py index f4734b8c..d27d2f8a 100644 --- a/src/config/SSSDConfig.py +++ b/src/config/SSSDConfig.py @@ -129,6 +129,7 @@ option_strings = { 'ldap_krb5_init_creds' : _('Use Kerberos auth for LDAP connection'), 'ldap_referrals' : _('Follow LDAP referrals'), 'ldap_krb5_ticket_lifetime' : _('Lifetime of TGT for LDAP connection'), + 'ldap_deref' : _('How to dereference aliases'), # [provider/ldap/id] 'ldap_search_timeout' : _('Length of time to wait for a search request'), -- cgit