summaryrefslogtreecommitdiffstats
path: root/src/man
diff options
context:
space:
mode:
authorJakub Hrozek <jhrozek@redhat.com>2013-11-29 11:39:09 +0100
committerJakub Hrozek <jhrozek@redhat.com>2013-12-19 20:14:37 +0100
commit168396cd93b3f0e42b4842f520f2bcece91274c6 (patch)
tree534570a30c123de5fed6a6ed75166dde0e52b923 /src/man
parent1dced7370e55be16154bbb649606f928765819d0 (diff)
downloadsssd-168396cd93b3f0e42b4842f520f2bcece91274c6.tar.gz
sssd-168396cd93b3f0e42b4842f520f2bcece91274c6.tar.xz
sssd-168396cd93b3f0e42b4842f520f2bcece91274c6.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/man')
-rw-r--r--src/man/sssd-ad.5.xml17
1 files changed, 17 insertions, 0 deletions
diff --git a/src/man/sssd-ad.5.xml b/src/man/sssd-ad.5.xml
index e31f87a96..38cc31278 100644
--- a/src/man/sssd-ad.5.xml
+++ b/src/man/sssd-ad.5.xml
@@ -228,6 +228,23 @@ FOREST:EXAMPLE.COM:(memberOf=cn=admins,ou=groups,dc=example,dc=com)
</varlistentry>
<varlistentry>
+ <term>ad_enable_gc (boolean)</term>
+ <listitem>
+ <para>
+ By default, the SSSD connects to the Global
+ Catalog first to retrieve users and uses the
+ LDAP port to retrieve group memberships or
+ as a fallback. Disabling this option makes
+ the SSSD only connect to the LDAP port of the
+ current AD server.
+ </para>
+ <para>
+ Default: true
+ </para>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry>
<term>dyndns_update (boolean)</term>
<listitem>
<para>