>From 9c72498e6c68eb289271c8fe554e9d577f4b4431 Mon Sep 17 00:00:00 2001 From: Jakub Hrozek Date: Fri, 12 Jul 2013 16:55:47 +0200 Subject: [PATCH 3/3] 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 8df2bd97c4edb793e74a698b9531b3e7ab7c1abe..a0321df8b01950c0eedc3176f154ea41f09a8087 100644 --- a/src/man/sssd.conf.5.xml +++ b/src/man/sssd.conf.5.xml @@ -914,6 +914,10 @@ override_homedir = /home/%u 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 -- 1.8.3.1