EXPAND module arguments #313
Answered
by
LDVG
Hannibal-Vecteur
asked this question in
Q&A
|
Hello, I am trying to use the module argument EXPAND into /etc/pam.d/sudo file and this is what I try to do:
and this is what I get when i do sudo echo test :
As specified into the README, I tried %u and %%USER Any idea please ? |
Answered by
LDVG
Feb 5, 2024
Replies: 1 comment
|
Hi,
This feature is available starting from pam-u2f 1.3.0. If you're using an earlier version, you'll need to update first. |
0 replies
Answer selected by
Hannibal-Vecteur
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
%uwould be the correct variable; i.e.This feature is available starting from pam-u2f 1.3.0. If you're using an earlier version, you'll need to update first.