From d1ccb40d426d7c67dfa0c86cdabbb3ed9a7585eb 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(+) (limited to 'src/man/sssd.conf.5.xml') diff --git a/src/man/sssd.conf.5.xml b/src/man/sssd.conf.5.xml index 8df2bd97c..a0321df8b 100644 --- a/src/man/sssd.conf.5.xml +++ b/src/man/sssd.conf.5.xml @@ -913,6 +913,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