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 12:00:23 +0200
commit735f9f17f9a50d91af7f4e1f3221cdde09ff33ae (patch)
treeffbf5ed44e7f8d35295ee6d5ccfeca89b2bee311 /src
parentd0709c6a2fe8951807b840b6f2c245186c0367d1 (diff)
downloadsssd-735f9f17f9a50d91af7f4e1f3221cdde09ff33ae.tar.gz
sssd-735f9f17f9a50d91af7f4e1f3221cdde09ff33ae.tar.xz
sssd-735f9f17f9a50d91af7f4e1f3221cdde09ff33ae.zip
MAN: Clarify the min_id/max_id limits furthersssd-1.9.2-99.el6
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 8dc5e5949..d04d1cb31 100644
--- a/src/man/sssd.conf.5.xml
+++ b/src/man/sssd.conf.5.xml
@@ -928,6 +928,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>