2f477626fa
...turns out you can't just have a single template file, because lorax just picks a single directory and expects all the data it needs to be there. Sigh. So this adds all the rest of the files, plus some Makefile machinery for generating a tarball and updating the specfile after you've checked in changes. See README for details.
10 lines
361 B
Plaintext
10 lines
361 B
Plaintext
#%PAM-1.0
|
|
auth required pam_env.so
|
|
auth sufficient pam_unix.so likeauth nullok
|
|
auth required pam_deny.so
|
|
account required pam_unix.so
|
|
password sufficient pam_unix.so nullok use_authtok md5 shadow
|
|
password required pam_deny.so
|
|
session required pam_limits.so
|
|
session required pam_unix.so
|