diff options
-rw-r--r-- | debian/changelog | 6 | ||||
-rw-r--r-- | nss_mapuser.conf | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 061d0a0..7b60a63 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +libnss-mapuser (1.0.0-cl3u2) RELEASED; urgency=low + + * Added more system accounts to exclude_users: daemon, quagga, + + -- dev-support <dev-support@cumulusnetworks.com> Wed, 17 Jan 2018 12:55:08 -0800 + libnss-mapuser (1.0.0-cl3u1) RELEASED; urgency=low * Initial version to do successful NSS lookups on any username, diff --git a/nss_mapuser.conf b/nss_mapuser.conf index 9ead5bb..5adf5e8 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,cron,cumulus,frr,man,ntp,radius_user,sshd,snmp,nobody,* +exclude_users=root,daemon,cron,cumulus,quagga,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). |