summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDave Olson <olson@cumulusnetworks.com>2018-01-17 12:51:06 -0800
committerDave Olson <olson@cumulusnetworks.com>2018-01-17 12:51:06 -0800
commite8d0af6d2391327d26e8347a35cc26375b9b6fdf (patch)
treecb60ff98c2f991d2dd545e78d59a60fc2e702fbb
parent4e5193a09c14c81081e65b27289f15f4620f716d (diff)
downloadlibnss-mapuser-e8d0af6d2391327d26e8347a35cc26375b9b6fdf.tar.gz
libnss-mapuser-e8d0af6d2391327d26e8347a35cc26375b9b6fdf.zip
Added daemon and nobody to exclude_users list
Ticket: CM-19469 Reviewed By: nobody Testing Done: ran with change. Similar to the change for tacacs, but this already had snmp. Added quagga as well, for users that haven't completed the transition from quagga to frr.
-rw-r--r--nss_mapuser.conf2
1 files changed, 1 insertions, 1 deletions
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).