Added PAM support

This commit is contained in:
CapCreeperGR
2024-07-06 20:38:28 +00:00
parent 2292b03270
commit ac3e5c4ade
17 changed files with 618 additions and 1 deletions
+7
View File
@@ -0,0 +1,7 @@
# always allow root
auth sufficient pam_rootok.so
# include system auth and account settings
auth include system-auth
account include system-account
password include system-password