Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/man
diff options
context:
space:
mode:
Diffstat (limited to 'man')
-rw-r--r--man/nslcd.conf.5.xml21
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>