diff options
author | Stephen Gallagher <sgallagh@redhat.com> | 2011-07-01 16:12:58 -0400 |
---|---|---|
committer | Stephen Gallagher <sgallagh@redhat.com> | 2011-07-08 15:12:24 -0400 |
commit | 98fc4cbc838615a88b9725a13ab7491e89cbac32 (patch) | |
tree | 9bbaafbb6cd19405549979a682c1fb6331e491e1 /src/config/etc | |
parent | 1360b4f4d6e948023daeda8787f575e7f8117444 (diff) | |
download | sssd-98fc4cbc838615a88b9725a13ab7491e89cbac32.tar.gz sssd-98fc4cbc838615a88b9725a13ab7491e89cbac32.tar.bz2 sssd-98fc4cbc838615a88b9725a13ab7491e89cbac32.zip |
Add ipa_hbac_treat_deny_as option
By default, we will treat the presence of any DENY rule as denying
all users. This option will allow the admin to explicitly ignore
DENY rules during a transitional period.
Diffstat (limited to 'src/config/etc')
-rw-r--r-- | src/config/etc/sssd.api.d/sssd-ipa.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/config/etc/sssd.api.d/sssd-ipa.conf b/src/config/etc/sssd.api.d/sssd-ipa.conf index b1ca5027..b366b6bc 100644 --- a/src/config/etc/sssd.api.d/sssd-ipa.conf +++ b/src/config/etc/sssd.api.d/sssd-ipa.conf @@ -103,6 +103,7 @@ krb5_use_fast = str, None, false [provider/ipa/access] ipa_hbac_refresh = int, None, false +ipa_hbac_treat_deny_as = str, None, false [provider/ipa/chpass] |