diff options
author | davidovski <david@davidovski.xyz> | 2022-05-04 23:52:30 +0100 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2022-05-04 23:52:30 +0100 |
commit | 739c65c54cb0e957df5e9b76f93fb02554e5cac3 (patch) | |
tree | 09ddfa0a342f3ea9de136cb50abdd79821bf1b53 /extra/pam | |
parent | 4c585ad54388285500fd18a6aaa516894e0f2c16 (diff) |
moved everything to new file formatting
Diffstat (limited to 'extra/pam')
-rw-r--r-- | extra/pam/other.pamd | 11 | ||||
-rw-r--r-- | extra/pam/system-account.pamd | 1 | ||||
-rw-r--r-- | extra/pam/system-auth.pamd | 2 | ||||
-rw-r--r-- | extra/pam/system-password.pamd | 3 | ||||
-rw-r--r-- | extra/pam/system-session.pamd | 3 |
5 files changed, 0 insertions, 20 deletions
diff --git a/extra/pam/other.pamd b/extra/pam/other.pamd deleted file mode 100644 index 20bdb74..0000000 --- a/extra/pam/other.pamd +++ /dev/null @@ -1,11 +0,0 @@ - -auth required pam_warn.so -auth required pam_deny.so -account required pam_warn.so -account required pam_deny.so -password required pam_warn.so -password required pam_deny.so -session required pam_warn.so -session required pam_deny.so - - diff --git a/extra/pam/system-account.pamd b/extra/pam/system-account.pamd deleted file mode 100644 index b36f26d..0000000 --- a/extra/pam/system-account.pamd +++ /dev/null @@ -1 +0,0 @@ -account required pam_unix.so diff --git a/extra/pam/system-auth.pamd b/extra/pam/system-auth.pamd deleted file mode 100644 index 5f85baf..0000000 --- a/extra/pam/system-auth.pamd +++ /dev/null @@ -1,2 +0,0 @@ -auth required pam_unix.so - diff --git a/extra/pam/system-password.pamd b/extra/pam/system-password.pamd deleted file mode 100644 index 56d5122..0000000 --- a/extra/pam/system-password.pamd +++ /dev/null @@ -1,3 +0,0 @@ -# basic PAM configuration for Alpine. - -password required pam_unix.so nullok md5 sha512 shadow try_first_pass diff --git a/extra/pam/system-session.pamd b/extra/pam/system-session.pamd deleted file mode 100644 index 5e25d29..0000000 --- a/extra/pam/system-session.pamd +++ /dev/null @@ -1,3 +0,0 @@ - -session required pam_unix.so - |