search for: manipuable

Displaying 3 results from an estimated 3 matches for "manipuable".

Did you mean: manipulable
2024 Dec 17
1
PAM session setup and environment variables
...made available to the PAM session modules but there's no way to make user-specified environment available to auth and account modules. Similarly, environment variables _set by_ PAM override anything the user set by SetEnv/SendEnv, on the basis that admin-specified environment shouldn't be manipuable by a (usually) unprivileged user. -d
2024 Dec 17
1
PAM session setup and environment variables
...hich is a session module. Hence, would you accept a patch that exposes these variables during this phase of a session setup? > Similarly, environment variables _set by_ PAM override anything the > user set by SetEnv/SendEnv, on the basis that admin-specified > environment shouldn't be manipuable by a (usually) unprivileged > user. I think this makes sense and shouldn't be changed. Michal > > -d >
2024 Dec 16
2
PAM session setup and environment variables
Hello everyone, I am trying to adjust the systemd-logind classification of the SSH session opened by Ansible client. By default the SSH session created by Ansible client is Class=user and Type=tty in systemd-logind. pam_systemd.so allows users to change this default via the environment variables XDG_SESSION_CLASS and XDG_SESSION_TYPE. When I set these variables on the client and make sure they