-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cleanup(pam/integration-tests): Highlight PAM error messages better (#…
…552) Ensure they're clearly marked as such so that we don't confuse them with simple info messages.
- Loading branch information
Showing
15 changed files
with
196 additions
and
196 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3108,7 +3108,7 @@ Select action: r | |
7 - Use a QR code | ||
8 - Authentication code | ||
Select authentication mode: invalid-selection | ||
Provided input can't be parsed as integer value | ||
PAM Error Message: Provided input can't be parsed as integer value | ||
== Authentication mode selection (use 'r' to go back) == | ||
1 - Password authentication | ||
2 - Send URL to [email protected] | ||
|
@@ -3265,7 +3265,7 @@ Select action: r | |
7 - Use a QR code | ||
8 - Authentication code | ||
Select authentication mode: invalid-selection | ||
Provided input can't be parsed as integer value | ||
PAM Error Message: Provided input can't be parsed as integer value | ||
== Authentication mode selection (use 'r' to go back) == | ||
1 - Password authentication | ||
2 - Send URL to [email protected] | ||
|
@@ -3276,7 +3276,7 @@ Provided input can't be parsed as integer value | |
7 - Use a QR code | ||
8 - Authentication code | ||
Select authentication mode: -1 | ||
Invalid entry. Try again or input 'r'. | ||
PAM Error Message: Invalid entry. Try again or input 'r'. | ||
== Authentication mode selection (use 'r' to go back) == | ||
1 - Password authentication | ||
2 - Send URL to [email protected] | ||
|
@@ -3422,7 +3422,7 @@ Select action: r | |
7 - Use a QR code | ||
8 - Authentication code | ||
Select authentication mode: invalid-selection | ||
Provided input can't be parsed as integer value | ||
PAM Error Message: Provided input can't be parsed as integer value | ||
== Authentication mode selection (use 'r' to go back) == | ||
1 - Password authentication | ||
2 - Send URL to [email protected] | ||
|
@@ -3433,7 +3433,7 @@ Provided input can't be parsed as integer value | |
7 - Use a QR code | ||
8 - Authentication code | ||
Select authentication mode: -1 | ||
Invalid entry. Try again or input 'r'. | ||
PAM Error Message: Invalid entry. Try again or input 'r'. | ||
== Authentication mode selection (use 'r' to go back) == | ||
1 - Password authentication | ||
2 - Send URL to [email protected] | ||
|
@@ -3579,7 +3579,7 @@ Select action: r | |
7 - Use a QR code | ||
8 - Authentication code | ||
Select authentication mode: invalid-selection | ||
Provided input can't be parsed as integer value | ||
PAM Error Message: Provided input can't be parsed as integer value | ||
== Authentication mode selection (use 'r' to go back) == | ||
1 - Password authentication | ||
2 - Send URL to [email protected] | ||
|
@@ -3590,7 +3590,7 @@ Provided input can't be parsed as integer value | |
7 - Use a QR code | ||
8 - Authentication code | ||
Select authentication mode: -1 | ||
Invalid entry. Try again or input 'r'. | ||
PAM Error Message: Invalid entry. Try again or input 'r'. | ||
== Authentication mode selection (use 'r' to go back) == | ||
1 - Password authentication | ||
2 - Send URL to [email protected] | ||
|
@@ -3736,7 +3736,7 @@ Select action: r | |
7 - Use a QR code | ||
8 - Authentication code | ||
Select authentication mode: invalid-selection | ||
Provided input can't be parsed as integer value | ||
PAM Error Message: Provided input can't be parsed as integer value | ||
== Authentication mode selection (use 'r' to go back) == | ||
1 - Password authentication | ||
2 - Send URL to [email protected] | ||
|
@@ -3747,7 +3747,7 @@ Provided input can't be parsed as integer value | |
7 - Use a QR code | ||
8 - Authentication code | ||
Select authentication mode: -1 | ||
Invalid entry. Try again or input 'r'. | ||
PAM Error Message: Invalid entry. Try again or input 'r'. | ||
== Authentication mode selection (use 'r' to go back) == | ||
1 - Password authentication | ||
2 - Send URL to [email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.