diff options
author | Arthur de Jong <arthur@arthurdejong.org> | 2010-12-20 11:18:27 +0100 |
---|---|---|
committer | Arthur de Jong <arthur@arthurdejong.org> | 2010-12-20 11:18:27 +0100 |
commit | e3cf49d16bd719b842ac943bf4173cbda1818b87 (patch) | |
tree | 0cef19188f5a488526feda75633cb08efe71c0f8 /man | |
parent | 094a134119b3b1da1eef1a60121567f76544e27b (diff) |
implement a nss_min_uid option to filter user entries returned by LDAP
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1338 ef36b2f9-881f-0410-afb5-c4e39611909c
Diffstat (limited to 'man')
-rw-r--r-- | man/nslcd.conf.5.xml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/man/nslcd.conf.5.xml b/man/nslcd.conf.5.xml index 72f0c21..7eefcb5 100644 --- a/man/nslcd.conf.5.xml +++ b/man/nslcd.conf.5.xml @@ -649,6 +649,17 @@ </varlistentry> <varlistentry> + <term><option>nss_min_uid</option> <replaceable>UID</replaceable></term> + <listitem> + <para> + This option ensures that <acronym>LDAP</acronym> users with a numeric + user id lower than the specified value are ignored. Also requests for + users with a lower user id are ignored. + </para> + </listitem> + </varlistentry> + + <varlistentry> <term><option>pam_authz_search</option> <replaceable>FILTER</replaceable></term> <listitem> |