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:
2
test-services/deny-service
Normal file
2
test-services/deny-service
Normal file
@@ -0,0 +1,2 @@
|
||||
# Custom stack to deny permit, independent of the user name/pass
|
||||
auth requisite pam_deny.so
|
||||
3
test-services/echo-service
Normal file
3
test-services/echo-service
Normal 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
|
||||
Reference in New Issue
Block a user