add info to limit login to local login only

This commit is contained in:
2025-01-31 14:32:12 +01:00
parent 8b4cd0df88
commit 3e16314de0
@@ -8,6 +8,13 @@ aaa::users:
- '%unx-project_group'
```
To limit a login to the physical desktop/console only you can add a `:LOCAL` suffix like this:
```
aaa::users:
- 'muster_h:LOCAL'
```
Note that administrative users (see below) always have normal access without being explicitely listed in `aaa::users`.
## Administrative (root/sudo) Access