diff options
author | Steve Langasek <steve.langasek@ubuntu.com> | 2019-01-03 15:47:11 -0800 |
---|---|---|
committer | Steve Langasek <steve.langasek@ubuntu.com> | 2019-01-03 15:53:40 -0800 |
commit | 174ef428caf670848743ff1060d30972981a741e (patch) | |
tree | 8dba0ea7cddd1c26e2cefe9febd2584fa792528c /Linux-PAM/xtests/tst-pam_unix1.pamd | |
parent | f5871e812510cdd089a605d8e6e1ec272b967a39 (diff) | |
parent | 9a4298687784e7812c8aeef6e0e97830febbf393 (diff) | |
download | pam-174ef428caf670848743ff1060d30972981a741e.tar.gz pam-174ef428caf670848743ff1060d30972981a741e.tar.bz2 pam-174ef428caf670848743ff1060d30972981a741e.zip |
merge upstream version 0.99.8.1
Diffstat (limited to 'Linux-PAM/xtests/tst-pam_unix1.pamd')
-rw-r--r-- | Linux-PAM/xtests/tst-pam_unix1.pamd | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Linux-PAM/xtests/tst-pam_unix1.pamd b/Linux-PAM/xtests/tst-pam_unix1.pamd new file mode 100644 index 00000000..1a2990c7 --- /dev/null +++ b/Linux-PAM/xtests/tst-pam_unix1.pamd @@ -0,0 +1,6 @@ +#%PAM-1.0 +auth required pam_unix.so +account required pam_unix.so +password required pam_unix.so +session required pam_unix.so + |