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