From 9ac564a9155e546571a36a73ae1553f1708af469 Mon Sep 17 00:00:00 2001 From: Jakub Hrozek Date: Wed, 16 Apr 2014 10:55:24 +0200 Subject: ConfigAPI: Add two missing AD options Reviewed-by: Sumit Bose --- src/config/SSSDConfig/__init__.py.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/config/SSSDConfig/__init__.py.in b/src/config/SSSDConfig/__init__.py.in index 5659f9aec..6382dd570 100644 --- a/src/config/SSSDConfig/__init__.py.in +++ b/src/config/SSSDConfig/__init__.py.in @@ -161,6 +161,8 @@ option_strings = { 'ad_backup_server' : _('Active Directory backup server address'), 'ad_hostname' : _('Active Directory client hostname'), 'ad_enable_dns_sites' : _('Enable DNS sites - location based service discovery'), + 'ad_access_filter' : _('LDAP filter to determine access privileges'), + 'ad_enable_gc' : _('Whether to use the Global Catalog for lookups'), # [provider/krb5] 'krb5_kdcip' : _('Kerberos server address'), -- cgit