diff options
author | Dave Olson <olson@cumulusnetworks.com> | 2017-06-22 15:36:36 -0700 |
---|---|---|
committer | Dave Olson <olson@cumulusnetworks.com> | 2017-06-22 15:36:36 -0700 |
commit | b58eeab9d1dadb0b715c150facef383f4ebd83e7 (patch) | |
tree | b0f8cd06fa5dd8475e912dbe3bd76f3bfbad03f3 | |
parent | 5aa57935348ebae321586d5a7b83288983bebfc3 (diff) | |
download | libnss-mapuser-b58eeab9d1dadb0b715c150facef383f4ebd83e7.tar.gz libnss-mapuser-b58eeab9d1dadb0b715c150facef383f4ebd83e7.zip |
Add a few more users to the exclude list
-rw-r--r-- | nss_mapuser.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nss_mapuser.conf b/nss_mapuser.conf index cf9ad71..9ead5bb 100644 --- a/nss_mapuser.conf +++ b/nss_mapuser.conf @@ -27,7 +27,7 @@ min_uid=1001 # that during pathname completion, bash can do an NSS lookup on "*" # To avoid server round trip delays, or worse, unreachable server delays # on filename completion, we include "*" in the exclusion list. -exclude_users=root,cumulus,man,ntp,sshd,frr,snmp,nobody,* +exclude_users=root,cron,cumulus,frr,man,ntp,radius_user,sshd,snmp,nobody,* # Map all usernames to the radius_user account (use the uid, gid, shell, and # base of the home directory from the cumulus entry in /etc/passwd). |