13 lines
490 B
Text
13 lines
490 B
Text
|
|
# Authentik username (X-authentik-username header value, local part before @)
|
||
|
|
# → OS user on this DevVM.
|
||
|
|
#
|
||
|
|
# Format: "<authentik_username>=<os_user>" — one mapping per line.
|
||
|
|
# Lines starting with # and blank lines are ignored.
|
||
|
|
# Authentik users WITHOUT a mapping here are denied (no default fallback).
|
||
|
|
#
|
||
|
|
# Adding a new user: append a mapping + extend /etc/sudoers.d/ttyd-users so
|
||
|
|
# wizard can `sudo -n -u <os_user> /usr/bin/tmux ...` without a password.
|
||
|
|
|
||
|
|
vbarzin=wizard
|
||
|
|
emil.barzin=emo
|