diff options
Diffstat (limited to 'trinity-base/tdebase-pam/files')
-rw-r--r-- | trinity-base/tdebase-pam/files/tde-np.pam-6 | 10 | ||||
-rw-r--r-- | trinity-base/tdebase-pam/files/tde.pam-7 | 10 |
2 files changed, 20 insertions, 0 deletions
diff --git a/trinity-base/tdebase-pam/files/tde-np.pam-6 b/trinity-base/tdebase-pam/files/tde-np.pam-6 new file mode 100644 index 00000000..5e4f5036 --- /dev/null +++ b/trinity-base/tdebase-pam/files/tde-np.pam-6 @@ -0,0 +1,10 @@ +#%PAM-1.0 + +auth required pam_nologin.so +auth required pam_permit.so + +account include system-auth + +password include system-auth + +session include system-auth diff --git a/trinity-base/tdebase-pam/files/tde.pam-7 b/trinity-base/tdebase-pam/files/tde.pam-7 new file mode 100644 index 00000000..5dde1303 --- /dev/null +++ b/trinity-base/tdebase-pam/files/tde.pam-7 @@ -0,0 +1,10 @@ +#%PAM-1.0 + +auth required pam_nologin.so +auth include system-auth + +account include system-auth + +password include system-auth + +session include system-auth |