summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOndrej Kos <okos@redhat.com>2012-11-07 10:59:27 +0100
committerJakub Hrozek <jhrozek@redhat.com>2012-11-08 12:43:18 +0100
commite2971bf98a669dfdb86edfdf19b07f300ec30dfb (patch)
tree2b44a4112809ca482c6d674996915f05b856c7b0
parent2d86062b4a167843eca1645257d0f68e14eb5285 (diff)
downloadsssd-e2971bf98a669dfdb86edfdf19b07f300ec30dfb.tar.gz
sssd-e2971bf98a669dfdb86edfdf19b07f300ec30dfb.tar.xz
sssd-e2971bf98a669dfdb86edfdf19b07f300ec30dfb.zip
MAN: sssd-simple - suggest awarness of empty rules
Admins should be aware of the behavior of simple access provider when empty lists are configured (may be result of scripted filing)
-rw-r--r--src/man/sssd-simple.5.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/man/sssd-simple.5.xml b/src/man/sssd-simple.5.xml
index 17e9826aa..6b2277f00 100644
--- a/src/man/sssd-simple.5.xml
+++ b/src/man/sssd-simple.5.xml
@@ -117,6 +117,11 @@
</variablelist>
</para>
<para>
+ Specifying no values for any of the lists is equivalent
+ to skipping it entirely. Beware of this while generating
+ parameters for the simple provider using automated scripts.
+ </para>
+ <para>
Please note that it is an configuration error if both,
simple_allow_users and simple_deny_users, are defined.
</para>