From 5d762a91faf65e256bfd6b0351494a611ecf34ac 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') 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 @@ -935,6 +935,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