create access subdirectory

This commit is contained in:
2024-10-04 14:52:55 +02:00
parent 40bcbbb1d3
commit 8a55e6a7bb
10 changed files with 14 additions and 18 deletions
@@ -0,0 +1,19 @@
# User and admin access
A list of users and or groups that can access the system. Members of the groups `aaa:admins:` don't need to be members of `aaa::users:` to access a system.
### Regular access
Access for ActiveDirectory (AD) user accounts or groups that are non Experiment accounts. (See e account section for that)
```
aaa::users:
- 'muster_h'
- '%unx-project_group'
```
### Sudo access
To give root access for AD user accounts or groups via sudo.
```
aaa::admins:
- 'muster_h'
- '%unx-project_group'
```