summaryrefslogtreecommitdiffstats
path: root/src/man/sssd-ipa.5.xml
diff options
context:
space:
mode:
authorStephen Gallagher <sgallagh@redhat.com>2011-07-01 16:12:58 -0400
committerStephen Gallagher <sgallagh@redhat.com>2011-08-01 12:18:33 -0400
commita2b1e0b4bce8281d7214329d6bc261cb8ca02784 (patch)
tree752d006411cbcee27bbc5215a8baef98ba0a4207 /src/man/sssd-ipa.5.xml
parentfba08ceb9fb8a71f0a86dfcf8902b09a84a70211 (diff)
downloadsssd-a2b1e0b4bce8281d7214329d6bc261cb8ca02784.tar.gz
sssd-a2b1e0b4bce8281d7214329d6bc261cb8ca02784.tar.xz
sssd-a2b1e0b4bce8281d7214329d6bc261cb8ca02784.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/man/sssd-ipa.5.xml')
-rw-r--r--src/man/sssd-ipa.5.xml27
1 files changed, 27 insertions, 0 deletions
diff --git a/src/man/sssd-ipa.5.xml b/src/man/sssd-ipa.5.xml
index f728e9ccf..8d2ba6818 100644
--- a/src/man/sssd-ipa.5.xml
+++ b/src/man/sssd-ipa.5.xml
@@ -190,6 +190,33 @@
</para>
</listitem>
</varlistentry>
+ <varlistentry>
+ <term>ipa_hbac_treat_deny_as (string)</term>
+ <listitem>
+ <para>
+ This option specifies how to treat the deprecated
+ DENY-type HBAC rules. As of FreeIPA v2.1, DENY
+ rules are no longer supported on the server. All
+ users of FreeIPA will need to migrate their rules
+ to use only the ALLOW rules. The client will
+ support two modes of operation during this
+ transition period:
+ </para>
+ <para>
+ <emphasis>DENY_ALL</emphasis>: If any HBAC DENY
+ rules are detected, all users will be denied
+ access.
+ </para>
+ <para>
+ <emphasis>IGNORE</emphasis>: SSSD will ignore any
+ DENY rules. Be very careful with this option, as
+ it may result in opening unintended access.
+ </para>
+ <para>
+ Default: DENY_ALL
+ </para>
+ </listitem>
+ </varlistentry>
</variablelist>
</para>