From 96045d249eda023a0bc7b810553a5b529d2c991a Mon Sep 17 00:00:00 2001 From: Arthur de Jong Date: Fri, 17 Apr 2015 20:45:51 +0200 Subject: Implement nss_getgrent_skipmembers This option allows skipping group member list retrieval to improve performance with very large groups. This option results in inconsistent group membership information being presented that may confuse some applications. --- man/nslcd.conf.5.xml | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) (limited to 'man') diff --git a/man/nslcd.conf.5.xml b/man/nslcd.conf.5.xml index dbf4d8b..0f27700 100644 --- a/man/nslcd.conf.5.xml +++ b/man/nslcd.conf.5.xml @@ -6,7 +6,7 @@ nslcd.conf.5.xml - docbook manual page for nslcd.conf Copyright (C) 1997-2005 Luke Howard - Copyright (C) 2007-2014 Arthur de Jong + Copyright (C) 2007-2015 Arthur de Jong This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public @@ -738,6 +738,25 @@ + + yes|no + + + If this option is set, the group member list is not retrieved when + looking up groups. + Lookups for finding which groups a user belongs to will remain + functional so the user will likely still get the correct groups + assigned on login. + + + This can offer a speed-up on systems that have very large groups. + It has the downside of returning inconsistent information about + group membership which may confuse some applications. + This option is not recommended for most configurations. + + + + REGEX -- cgit v1.2.3