Skip to content

Commit

Permalink
Really fix this
Browse files Browse the repository at this point in the history
  • Loading branch information
anodos325 committed Dec 20, 2024
1 parent 180a429 commit cdb1860
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/middlewared/middlewared/utils/pam.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ class PAMConfLines:
PAMLine(
pam_service=PAMService.ACCOUNT,
pam_control=(
PAMControl(PAMResponse.SUCCESS, 2),
PAMControl(PAMResponse.SUCCESS, 1),
PAMControl(PAMResponse.NEW_AUTHTOK_REQD, PAMAction.DONE),
PAMControl(PAMResponse.DEFAULT, PAMAction.IGNORE)
),
Expand Down

0 comments on commit cdb1860

Please sign in to comment.