yaleman on ui_things
account person extend was showi… first run on a user profile pag… (compare)
yaleman on issue860
docs tweaks (compare)
yaleman on issue860
quick run on settings I kissed the QS and I liked it before rebase and 28 more (compare)
Firstyear on issue860
Fixes (compare)
Firstyear on 68-replication-changelog-basics
Fix up logging (compare)
Firstyear on 68-replication-changelog-basics
Foundations Tests pass and we have base ver… More progress and 4 more (compare)
Firstyear on v0.2.4
Firstyear on master
(cargo-release) version 0.2.4 (compare)
Firstyear on master
Improve eq (compare)
github-actions[bot] on gh-pages
deploy: 9cf4e180dc58ab81cd9a9c2… (compare)
yaleman on kanidm_cli_docker
Firstyear on master
one day james, one day. (#907) (compare)
% cat su
#%PAM-1.0
auth sufficient pam_rootok.so
# Uncomment the following line to implicitly trust users in the "wheel" group.
#auth sufficient pam_wheel.so trust use_uid
# Uncomment the following line to require a user to be in the "wheel" group.
#auth required pam_wheel.so use_uid
auth required pam_unix.so
account required pam_unix.so
session required pam_unix.so
password include system-auth
pam.d/su-l
is identical
$ sudo --user=nirya --login
We trust you have received the usual lecture from the local System
Administrator. It usually boils down to these three things:
#1) Respect the privacy of others.
#2) Think before you type.
#3) With great power comes great responsibility.
[sudo] password for safety:
acct_mgmt
args -> ["debug", "ignore_unknown_user"]
opts -> Options { debug: true, use_first_pass: false, ignore_unknown_user: true }
nirya@Asuka ~ % sudo 'echo test'
[sudo] password for nirya:
sm_authenticate
args -> ["debug", "ignore_unknown_user"]
opts -> Options { debug: true, use_first_pass: false, ignore_unknown_user: true }
acct_mgmt
args -> ["debug", "ignore_unknown_user"]
opts -> Options { debug: true, use_first_pass: false, ignore_unknown_user: true }
sudo: PAM account management error: Authentication service cannot retrieve authentication info
sudo: a password is required