diff options
author | Jan Zeleny <jzeleny@redhat.com> | 2012-03-29 04:30:34 -0400 |
---|---|---|
committer | Stephen Gallagher <sgallagh@redhat.com> | 2012-04-24 09:19:42 -0400 |
commit | c0f9698cd951b7223f251ff2511c4b22a6e4ba60 (patch) | |
tree | 4c9928cca58793ac1cbad612e9a4d3c3c8210a6e /src/config/etc | |
parent | d3f2fd9cb21cc10dce663a2f7d0deda07074e44e (diff) | |
download | sssd-c0f9698cd951b7223f251ff2511c4b22a6e4ba60.tar.gz sssd-c0f9698cd951b7223f251ff2511c4b22a6e4ba60.tar.xz sssd-c0f9698cd951b7223f251ff2511c4b22a6e4ba60.zip |
Responder part of the subdomain retrieval work
Diffstat (limited to 'src/config/etc')
-rw-r--r-- | src/config/etc/sssd.api.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/config/etc/sssd.api.conf b/src/config/etc/sssd.api.conf index 7b238ffdf..65c0fcef8 100644 --- a/src/config/etc/sssd.api.conf +++ b/src/config/etc/sssd.api.conf @@ -35,6 +35,7 @@ override_homedir = str, None, false allowed_shells = list, str, false vetoed_shells = list, str, false shell_fallback = str, None, false +get_domains_timeout = int, None, false [pam] # Authentication service @@ -44,6 +45,7 @@ offline_failed_login_delay = int, None, false pam_verbosity = int, None, false pam_id_timeout = int, None, false pam_pwd_expiration_warning = int, None, false +get_domains_timeout = int, None, false [sudo] # sudo service |