Skip to content

Commit

Permalink
pam/integration-tests: Ensure password can be changed again after fir…
Browse files Browse the repository at this point in the history
…st time

Ensuring the previous commit broker change actually works
  • Loading branch information
3v1n0 committed Jul 10, 2024
1 parent c290dba commit 03304bd
Show file tree
Hide file tree
Showing 4 changed files with 1,170 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -390,6 +390,369 @@ PAM AcctMgmt() exited with success






────────────────────────────────────────────────────────────────────────────────
> ./pam_authd passwd socket=${AUTHD_TESTS_CLI_AUTHTOK_TESTS_SOCK}
Enter your new password

New password:
> *********
Confirm password:
PAM ChangeAuthTok() for user "user-integration-invalid-new-password" exited with success
PAM AcctMgmt() exited with success
> ./pam_authd passwd socket=${AUTHD_TESTS_CLI_AUTHTOK_TESTS_SOCK}
Username: user name






















────────────────────────────────────────────────────────────────────────────────
> ./pam_authd passwd socket=${AUTHD_TESTS_CLI_AUTHTOK_TESTS_SOCK}
Enter your new password

New password:
> *********
Confirm password:
PAM ChangeAuthTok() for user "user-integration-invalid-new-password" exited with success
PAM AcctMgmt() exited with success
> ./pam_authd passwd socket=${AUTHD_TESTS_CLI_AUTHTOK_TESTS_SOCK}
Username: user-integration-invalid-new-password






















────────────────────────────────────────────────────────────────────────────────
> ./pam_authd passwd socket=${AUTHD_TESTS_CLI_AUTHTOK_TESTS_SOCK}
Enter your new password

New password:
> *********
Confirm password:
PAM ChangeAuthTok() for user "user-integration-invalid-new-password" exited with success
PAM AcctMgmt() exited with success
> ./pam_authd passwd socket=${AUTHD_TESTS_CLI_AUTHTOK_TESTS_SOCK}
Gimme your password
>





















────────────────────────────────────────────────────────────────────────────────
> ./pam_authd passwd socket=${AUTHD_TESTS_CLI_AUTHTOK_TESTS_SOCK}
Enter your new password

New password:
> *********
Confirm password:
PAM ChangeAuthTok() for user "user-integration-invalid-new-password" exited with success
PAM AcctMgmt() exited with success
> ./pam_authd passwd socket=${AUTHD_TESTS_CLI_AUTHTOK_TESTS_SOCK}
Enter your new password

New password:
>



















────────────────────────────────────────────────────────────────────────────────
> ./pam_authd passwd socket=${AUTHD_TESTS_CLI_AUTHTOK_TESTS_SOCK}
Enter your new password

New password:
> *********
Confirm password:
PAM ChangeAuthTok() for user "user-integration-invalid-new-password" exited with success
PAM AcctMgmt() exited with success
> ./pam_authd passwd socket=${AUTHD_TESTS_CLI_AUTHTOK_TESTS_SOCK}
Enter your new password

New password:
> *********



















────────────────────────────────────────────────────────────────────────────────
> ./pam_authd passwd socket=${AUTHD_TESTS_CLI_AUTHTOK_TESTS_SOCK}
Enter your new password

New password:
> *********
Confirm password:
PAM ChangeAuthTok() for user "user-integration-invalid-new-password" exited with success
PAM AcctMgmt() exited with success
> ./pam_authd passwd socket=${AUTHD_TESTS_CLI_AUTHTOK_TESTS_SOCK}
Enter your new password

New password:
> *********
Confirm password:
> *********

















────────────────────────────────────────────────────────────────────────────────
> ./pam_authd passwd socket=${AUTHD_TESTS_CLI_AUTHTOK_TESTS_SOCK}
Enter your new password

New password:
> *********
Confirm password:
PAM ChangeAuthTok() for user "user-integration-invalid-new-password" exited with success
PAM AcctMgmt() exited with success
> ./pam_authd passwd socket=${AUTHD_TESTS_CLI_AUTHTOK_TESTS_SOCK}
Enter your new password

New password:
>
new password does not match criteria: must be 'goodpass'


















────────────────────────────────────────────────────────────────────────────────
> ./pam_authd passwd socket=${AUTHD_TESTS_CLI_AUTHTOK_TESTS_SOCK}
Enter your new password

New password:
> *********
Confirm password:
PAM ChangeAuthTok() for user "user-integration-invalid-new-password" exited with success
PAM AcctMgmt() exited with success
> ./pam_authd passwd socket=${AUTHD_TESTS_CLI_AUTHTOK_TESTS_SOCK}
Enter your new password

New password:
> ********
new password does not match criteria: must be 'goodpass'


















────────────────────────────────────────────────────────────────────────────────
> ./pam_authd passwd socket=${AUTHD_TESTS_CLI_AUTHTOK_TESTS_SOCK}
Enter your new password

New password:
> *********
Confirm password:
PAM ChangeAuthTok() for user "user-integration-invalid-new-password" exited with success
PAM AcctMgmt() exited with success
> ./pam_authd passwd socket=${AUTHD_TESTS_CLI_AUTHTOK_TESTS_SOCK}
Enter your new password

New password:
> ********
Confirm password:
> ********

















────────────────────────────────────────────────────────────────────────────────
> ./pam_authd passwd socket=${AUTHD_TESTS_CLI_AUTHTOK_TESTS_SOCK}
Enter your new password

New password:
> *********
Confirm password:
PAM ChangeAuthTok() for user "user-integration-invalid-new-password" exited with success
PAM AcctMgmt() exited with success
> ./pam_authd passwd socket=${AUTHD_TESTS_CLI_AUTHTOK_TESTS_SOCK}
Enter your new password

New password:
> ********
Confirm password:
PAM ChangeAuthTok() for user "user-integration-invalid-new-password" exited with success
PAM AcctMgmt() exited with success
>















────────────────────────────────────────────────────────────────────────────────
> ./pam_authd passwd socket=${AUTHD_TESTS_CLI_AUTHTOK_TESTS_SOCK}
Enter your new password

New password:
> *********
Confirm password:
PAM ChangeAuthTok() for user "user-integration-invalid-new-password" exited with success
PAM AcctMgmt() exited with success
> ./pam_authd passwd socket=${AUTHD_TESTS_CLI_AUTHTOK_TESTS_SOCK}
Enter your new password

New password:
> ********
Confirm password:
PAM ChangeAuthTok() for user "user-integration-invalid-new-password" exited with success
PAM AcctMgmt() exited with success
>















Expand Down
Loading

0 comments on commit 03304bd

Please sign in to comment.