diff options
author | Steve Langasek <vorlon@debian.org> | 2008-07-30 18:34:56 -0700 |
---|---|---|
committer | Steve Langasek <steve.langasek@ubuntu.com> | 2019-01-03 17:28:22 -0800 |
commit | 35579f1ad5c43178fc86334f287c723528cb9ea9 (patch) | |
tree | 6da56fef9fd04390fe67101e695dd6d95b03eee9 /debian/pam-configs | |
parent | eedc0a1271c2df47a300517493028c3e98800570 (diff) | |
download | pam-35579f1ad5c43178fc86334f287c723528cb9ea9.tar.gz pam-35579f1ad5c43178fc86334f287c723528cb9ea9.tar.bz2 pam-35579f1ad5c43178fc86334f287c723528cb9ea9.zip |
first sample config for the pam framework
Diffstat (limited to 'debian/pam-configs')
-rw-r--r-- | debian/pam-configs/unix | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/debian/pam-configs/unix b/debian/pam-configs/unix new file mode 100644 index 00000000..54baafd9 --- /dev/null +++ b/debian/pam-configs/unix @@ -0,0 +1,13 @@ +Name: Unix authentication +Default: yes +Priority: 1 +Conflicts: unix-zany +Auth-Type: Primary +Auth-Initial: + auth [success=end default=ignore] pam_unix.so nullok_secure +Auth-Medial: + auth [success=end default=ignore] pam_unix.so nullok_secure try_first_pass +Auth-Final: + auth [success=end default=ignore] pam_unix.so nullok_secure try_first_pass +Auth-Isolate: + auth [success=end default=ignore] pam_unix.so nullok_secure |