add info to limit login to local login only
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user