Skip to content

Commit

Permalink
fix(pam): pam account registration integration (#263)
Browse files Browse the repository at this point in the history
This ensures this is inserted at the correct place inside the pam stack.
Use default=ignore to let the registration pass if we can't connect to
authd.

UDENG-2495
  • Loading branch information
didrocks authored Mar 19, 2024
2 parents ef0755f + 0bc210a commit 2512b00
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion debian/pam-configs/authd
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@ Priority: 280
Auth-Type: Primary
Auth:
[success=end default=ignore] pam_go_loader.so pam_authd.so
Account-Type: Additional
Account:
[default=bad success=ok user_unknown=ignore] pam_go_loader.so pam_authd.so
[default=ignore success=ok user_unknown=ignore] pam_go_loader.so pam_authd.so
Password-Type: Primary
Password:
sufficient pam_go_loader.so pam_authd.so

0 comments on commit 2512b00

Please sign in to comment.