diff options
author | Jakub Hrozek <jhrozek@redhat.com> | 2013-08-28 10:49:32 +0200 |
---|---|---|
committer | Jakub Hrozek <jhrozek@redhat.com> | 2013-08-28 18:07:04 +0200 |
commit | 33c865412732554ef255e93c4e7a58b0bce963c6 (patch) | |
tree | 07f4d57d5e02984d69e148d76cad73ed0a6308e3 /src/man | |
parent | a6cca9c284724fafd670a3163812f248ba53ad97 (diff) | |
download | sssd-33c865412732554ef255e93c4e7a58b0bce963c6.tar.gz sssd-33c865412732554ef255e93c4e7a58b0bce963c6.tar.xz sssd-33c865412732554ef255e93c4e7a58b0bce963c6.zip |
Add a new option to control subdomain enumeration
Diffstat (limited to 'src/man')
-rw-r--r-- | src/man/sssd.conf.5.xml | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/src/man/sssd.conf.5.xml b/src/man/sssd.conf.5.xml index 31150a6aa..a15f7288c 100644 --- a/src/man/sssd.conf.5.xml +++ b/src/man/sssd.conf.5.xml @@ -972,6 +972,33 @@ override_homedir = /home/%u </para> </listitem> </varlistentry> + + <varlistentry> + <term>subdomain_enumerate (string)</term> + <listitem> + <para> + Whether any of autodetected trusted domains should + be enumerated. The supported values are: + <variablelist> + <varlistentry> + <term>all</term> + <listitem><para>All discovered trusted domains will be enumerated</para></listitem> + </varlistentry> + <varlistentry> + <term>none</term> + <listitem><para>No discovered trusted domains will be enumerated</para></listitem> + </varlistentry> + </variablelist> + Optionally, a list of one or more domain + names can enable enumeration just for these + trusted domains. + </para> + <para> + Default: none + </para> + </listitem> + </varlistentry> + <varlistentry> <term>force_timeout (integer)</term> <listitem> |