diff options
-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 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). |