summaryrefslogtreecommitdiffstats
path: root/src/man
diff options
context:
space:
mode:
authorJakub Hrozek <jhrozek@redhat.com>2013-07-12 16:55:47 +0200
committerJakub Hrozek <jhrozek@redhat.com>2013-08-08 11:24:53 +0200
commit41a7e6e2d20491472d25191cb97e61cc7b5e61ab (patch)
tree558790448ec38d33113ca223544d8699cbe509bc /src/man
parent755c40fa21093360b94a2f78acd209329adebf96 (diff)
downloadsssd-41a7e6e2d20491472d25191cb97e61cc7b5e61ab.tar.gz
sssd-41a7e6e2d20491472d25191cb97e61cc7b5e61ab.tar.xz
sssd-41a7e6e2d20491472d25191cb97e61cc7b5e61ab.zip
MAN: Clarify the min_id/max_id limits further
https://fedorahosted.org/sssd/ticket/2005 Some users were confused by our description of min_id/max_id and thought the limits only applied to returning entries from the NSS responder. However, the limits are actually enforced on the back end side, so the entries are not even saved to cache.
Diffstat (limited to 'src/man')
-rw-r--r--src/man/sssd.conf.5.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/man/sssd.conf.5.xml b/src/man/sssd.conf.5.xml
index 412c8a581..31150a6aa 100644
--- a/src/man/sssd.conf.5.xml
+++ b/src/man/sssd.conf.5.xml
@@ -914,6 +914,10 @@ override_homedir = /home/%u
range will be reported as expected.
</para>
<para>
+ These ID limits affect even saving entries to
+ cache, not only returning them by name or ID.
+ </para>
+ <para>
Default: 1 for min_id, 0 (no limit) for max_id
</para>
</listitem>