From 735f9f17f9a50d91af7f4e1f3221cdde09ff33ae Mon Sep 17 00:00:00 2001 From: Jakub Hrozek Date: Fri, 12 Jul 2013 16:55:47 +0200 Subject: 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. --- src/man/sssd.conf.5.xml | 4 ++++ 1 file changed, 4 insertions(+) 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 @@ -927,6 +927,10 @@ override_homedir = /home/%u non-primary group memberships, those that are in range will be reported as expected. + + These ID limits affect even saving entries to + cache, not only returning them by name or ID. + Default: 1 for min_id, 0 (no limit) for max_id -- cgit