summaryrefslogtreecommitdiffstats
path: root/src
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:25:46 +0200
commit5d762a91faf65e256bfd6b0351494a611ecf34ac (patch)
tree6a20d890a2b8d14ed4160a10b3e164142bea92cc /src
parent367807446472ca1e544ec7f23ddfabc5898453ca (diff)
downloadsssd-5d762a91faf65e256bfd6b0351494a611ecf34ac.tar.gz
sssd-5d762a91faf65e256bfd6b0351494a611ecf34ac.tar.xz
sssd-5d762a91faf65e256bfd6b0351494a611ecf34ac.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')
-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 a7e9f2b4e..4334fb19d 100644
--- a/src/man/sssd.conf.5.xml
+++ b/src/man/sssd.conf.5.xml
@@ -936,6 +936,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>