Skip to content
Snippets Groups Projects
Commit d4bce1d32866 authored by Andrew Patterson's avatar Andrew Patterson
Browse files

Disallow login for mattermost account

Change login shell for mattermost account to
nologin to stop CIS from triggering rule 6.2.8
"Ensure users' home directories permissions are
750 or more restrictive".
parent 4a41e8f80c71
No related branches found
No related tags found
1 merge request!170Merge upstream Omnibus GitLab into Omnibus Heptapod
......@@ -41,7 +41,7 @@
ugid mattermost_group
groupname mattermost_group
gid mattermost_gid
shell '/bin/sh'
shell '/usr/sbin/nologin'
home mattermost_home
manage node['gitlab']['manage_accounts']['enable']
end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment