From 33c865412732554ef255e93c4e7a58b0bce963c6 Mon Sep 17 00:00:00 2001 From: Jakub Hrozek Date: Wed, 28 Aug 2013 10:49:32 +0200 Subject: Add a new option to control subdomain enumeration --- src/man/sssd.conf.5.xml | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) (limited to 'src/man') 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 + + + subdomain_enumerate (string) + + + Whether any of autodetected trusted domains should + be enumerated. The supported values are: + + + all + All discovered trusted domains will be enumerated + + + none + No discovered trusted domains will be enumerated + + + Optionally, a list of one or more domain + names can enable enumeration just for these + trusted domains. + + + Default: none + + + + force_timeout (integer) -- cgit