diff options
author | Jakub Hrozek <jhrozek@redhat.com> | 2013-11-29 11:39:09 +0100 |
---|---|---|
committer | Jakub Hrozek <jhrozek@redhat.com> | 2013-12-19 17:39:56 +0100 |
commit | ba4a81e933deebb416603369b447ead6ebaa040d (patch) | |
tree | 08da2bc284edac33893d9f4dd7aa96d5aa1c9aba /src/config | |
parent | 72ae534f5aef6d2e5d3f2f51299aede5abf9687e (diff) | |
download | sssd-ba4a81e933deebb416603369b447ead6ebaa040d.tar.gz sssd-ba4a81e933deebb416603369b447ead6ebaa040d.tar.xz sssd-ba4a81e933deebb416603369b447ead6ebaa040d.zip |
AD: Add a new option to turn off GC lookups
SSSD now defaults to using GC by default. For some environments, for
instance those that don't or can't replicate the POSIX attributes to
Global Catalog, this might not be desirable.
This patch introduces a new option ad_enable_gc, that is enabled by
default. Setting this option to false makes the SSSD contact only the
LDAP port of AD DCs.
Diffstat (limited to 'src/config')
-rw-r--r-- | src/config/etc/sssd.api.d/sssd-ad.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/config/etc/sssd.api.d/sssd-ad.conf b/src/config/etc/sssd.api.d/sssd-ad.conf index cea28a18c..6b136f2ec 100644 --- a/src/config/etc/sssd.api.d/sssd-ad.conf +++ b/src/config/etc/sssd.api.d/sssd-ad.conf @@ -5,6 +5,7 @@ ad_backup_server = str, None, false ad_hostname = str, None, false ad_enable_dns_sites = bool, None, false ad_access_filter = str, None, false +ad_enable_gc = bool, None, false ldap_uri = str, None, false ldap_backup_uri = str, None, false ldap_search_base = str, None, false |