Skip to content

Commit

Permalink
Fix my counting... counting 1, 2, 5
Browse files Browse the repository at this point in the history
  • Loading branch information
anodos325 committed Dec 20, 2024
1 parent 180a429 commit e8492b9
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 @@ -224,7 +224,7 @@ class PAMConfLines:
PAMLine(
pam_service=PAMService.AUTH,
pam_control=(
PAMControl(PAMResponse.SUCCESS, 2),
PAMControl(PAMResponse.SUCCESS, 1),
PAMControl(PAMResponse.DEFAULT, PAMAction.IGNORE)
),
pam_module=PAMModule.SSS,
Expand Down

0 comments on commit e8492b9

Please sign in to comment.