diff options
Diffstat (limited to 'xtests/tst-pam_access1.pamd')
-rw-r--r-- | xtests/tst-pam_access1.pamd | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/xtests/tst-pam_access1.pamd b/xtests/tst-pam_access1.pamd new file mode 100644 index 0000000..f47ec34 --- /dev/null +++ b/xtests/tst-pam_access1.pamd @@ -0,0 +1,6 @@ +#%PAM-1.0 +auth required pam_access.so nodefgroup +account required pam_permit.so +password required pam_permit.so +session required pam_permit.so + |