diff options
author | Arthur de Jong <arthur@arthurdejong.org> | 2015-04-17 20:45:51 +0200 |
---|---|---|
committer | Arthur de Jong <arthur@arthurdejong.org> | 2015-04-20 21:04:12 +0200 |
commit | 96045d249eda023a0bc7b810553a5b529d2c991a (patch) | |
tree | e754b97070e2e33f36329067ebc1dc9d098ffa7b /man | |
parent | 530cc24c83dd5d2d347acb40d64c3ae06a43a293 (diff) |
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.
Diffstat (limited to 'man')
-rw-r--r-- | man/nslcd.conf.5.xml | 21 |
1 files changed, 20 insertions, 1 deletions
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 @@ </listitem> </varlistentry> + <varlistentry id="nss_getgrent_skipmembers"> <!-- since 0.9.6 --> + <term><option>nss_getgrent_skipmembers</option> yes|no</term> + <listitem> + <para> + 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. + </para> + <para> + 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. + </para> + </listitem> + </varlistentry> + <varlistentry id="validnames"> <!-- since 0.8.2 --> <term><option>validnames</option> <replaceable>REGEX</replaceable></term> <listitem> |