yaleman on tide-compress
added notes, tests for regex th… (compare)
yaleman on kani-artwork
yaleman on master
Kani artwork updates - now with… (compare)
yaleman on tide-compress
cargo fmt fixes and a better er… (compare)
yaleman on tide-compress
adding compression middleware t… (compare)
yaleman on kani-artwork
updated logos to shrink them by… (compare)
Firstyear on master
Revert "Add mutable iter suppor… (cargo-release) version 0.3.7 (compare)
Firstyear on v0.3.7
yaleman on kani-artwork
adding warning-kani to artwork renaming file adding party-kani and 4 more (compare)
systemctl edit kanidm-unix.service
[Service]
Environment="RUST_LOG=kanidm=debug"
in pam, on lines with pam_kanidm.so, add the option debug
% 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 }