changed user shell depending on role, on nagios server it requires bash access, else /sbin/nologin
This commit is contained in:
@@ -703,7 +703,7 @@ $ng_u_comment = 'Nagios service user',
|
||||
$ng_u_uid = '1004',
|
||||
$ng_user_home = '/var/spool/nagios',
|
||||
$ng_u_groups = undef,
|
||||
$ng_user_shell = '/bin/bash',
|
||||
$ng_user_shell = '/sbin/nologin',
|
||||
|
||||
# cgi settings
|
||||
$ng_context_help = '1',
|
||||
|
||||
Reference in New Issue
Block a user