transaction_test: Add more authentication tests to run as user

So that it's possible also to verify an info text conversation
This commit is contained in:
Marco Trevisan (Treviño)
2023-09-19 18:21:03 +02:00
parent ca3e79e605
commit 1cab6e699c
3 changed files with 45 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
# Custom stack to deny permit, independent of the user name/pass
auth requisite pam_deny.so

View File

@@ -0,0 +1,3 @@
# Custom stack to always permit, independent of the user name/pass
auth optional pam_echo.so This is an info message for user %u on %s
auth required pam_permit.so