fas should always have sysadmin-main
This commit is contained in:
parent
ba97a9fe73
commit
9bc67cceaa
1 changed files with 2 additions and 2 deletions
|
@ -27,9 +27,9 @@ cla_group = cla_done
|
|||
|
||||
; groups that should have a shell account on this system.
|
||||
{% if fas_client_groups %}
|
||||
groups = {{ fas_client_groups }}
|
||||
groups = sysadmin-main,{{ fas_client_groups }}
|
||||
{% else %}
|
||||
groups = "sysadmin-main"
|
||||
groups = sysadmin-main
|
||||
{% endif %}
|
||||
|
||||
; groups that should have a restricted account on this system.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue