diff options
author | Christian Poessinger <christian@poessinger.com> | 2021-05-02 18:14:59 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2021-05-02 18:14:59 +0200 |
commit | 2ded63a0e6748018dada646691843462797cc7fc (patch) | |
tree | ac565e7bd01c3f362028c3b834e51162eb56ea90 /nss_mapuser.conf | |
parent | 522e4c741de5fe5a407c6601b7f1f430c10d4cfe (diff) | |
download | libnss-mapuser-2ded63a0e6748018dada646691843462797cc7fc.tar.gz libnss-mapuser-2ded63a0e6748018dada646691843462797cc7fc.zip |
Update package to 1.1.0-cl3u3
Diffstat (limited to 'nss_mapuser.conf')
-rw-r--r-- | nss_mapuser.conf | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/nss_mapuser.conf b/nss_mapuser.conf index cae505d..c59e35f 100644 --- a/nss_mapuser.conf +++ b/nss_mapuser.conf @@ -12,12 +12,12 @@ # if set, errors and other issues are logged with syslog # debug=1 -# map_min_uid is the minimum uid to lookup. Setting this to 0 +# min_uid is the minimum uid to lookup. Setting this to 0 # means uid 0 (root) is never looked up, good for robustness and performance # Cumulus Linux ships with it set to 1001, so we never lookup system # users, or the standard "cumulus" account. You may want to change this # to the value of the radius_user account. -#map_min_uid=1001 +min_uid=1000 # This is a comma separated list of usernames that are never mapped # because they are standard accounts. They cause an early not found @@ -28,7 +28,7 @@ # To avoid server round trip delays, or worse, unreachable server delays # on filename completion, we include "*" in the exclusion list. # User names starting with "tacacs[0-9]" are also ignored, in case the -# tacplus client packages are installed. User names matching +# tacplus client packages are installed. User names matching # the mapped_user and mapped_priv_user configuration fields are also ignored. exclude_users=root,daemon,nobody,cron,sshd,cumulus,quagga,frr,snmp,www-data,ntp,man,* |