diff options
author | Slávek Banko <[email protected]> | 2019-11-28 02:34:44 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2019-11-28 02:34:44 +0100 |
commit | 644110a847c5911c2eb04eb53c93031740561efc (patch) | |
tree | 9658dde1cc70b52b233957b7852f87d997e98156 /trinity-base/tdebase-pam/files/tde.pam-7 | |
download | tde-packaging-gentoo-644110a847c5911c2eb04eb53c93031740561efc.tar.gz tde-packaging-gentoo-644110a847c5911c2eb04eb53c93031740561efc.zip |
Initial import of an ebuilds tree
from Fat-Zer's (Alexander Golubev) repository.
Signed-off-by: Slávek Banko <[email protected]>
Diffstat (limited to 'trinity-base/tdebase-pam/files/tde.pam-7')
-rw-r--r-- | trinity-base/tdebase-pam/files/tde.pam-7 | 10 |
1 files changed, 10 insertions, 0 deletions
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 |