diff options
author | Arthur de Jong <arthur@arthurdejong.org> | 2010-03-20 17:01:34 +0100 |
---|---|---|
committer | Arthur de Jong <arthur@arthurdejong.org> | 2010-03-20 17:01:34 +0100 |
commit | 738e6bdc61c14f3a71db1e3ae645ccc7bf65cf44 (patch) | |
tree | 7592a4096fc8a71ef2d047a9cfd018101ddc05d8 /man | |
parent | 88326536b9d85705df64df197468ac0b21948e4e (diff) |
add an nss_initgroups_ignoreusers option to ignore username to group lookups for the specified users
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1076 ef36b2f9-881f-0410-afb5-c4e39611909c
Diffstat (limited to 'man')
-rw-r--r-- | man/nslcd.conf.5.xml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/man/nslcd.conf.5.xml b/man/nslcd.conf.5.xml index 3958ea9..33314d8 100644 --- a/man/nslcd.conf.5.xml +++ b/man/nslcd.conf.5.xml @@ -625,6 +625,23 @@ </listitem> </varlistentry> + <varlistentry> + <term><option>nss_initgroups_ignoreusers</option> user1,user2,...</term> + <listitem> + <para> + This option prevents group membership lookups through + <acronym>LDAP</acronym> for the specified users. This can be useful + in case of unavailability of the <acronym>LDAP</acronym> server. + This option may be specified multiple times. + </para> + <para> + Alternatively, the value <emphasis remap="I">ALLLOCAL</emphasis> may be + used. With that value nslcd builds a full list of + non-<acronym>LDAP</acronym> users on startup. + </para> + </listitem> + </varlistentry> + </variablelist> </refsect2> |