There was an error while loading. Please reload this page.
1 parent 86b4f09 commit 5debfcfCopy full SHA for 5debfcf
1 file changed
src/sudo/pam.rs
@@ -54,7 +54,7 @@ pub(super) fn init_pam(
54
Some(auth_user),
55
)?;
56
pam.mark_silent(matches!(launch, LaunchType::Direct));
57
- pam.mark_allow_null_auth_token(false);
+ pam.mark_allow_null_auth_token(true);
58
pam.set_requesting_user(requesting_user)?;
59
60
match auth_prompt.as_deref() {
0 commit comments