diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2017-10-06 18:43:31 -0500 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2017-10-06 18:43:31 -0500 |
commit | 4ad213b05e19d3cd4f3b9d4c5dfe3b3a6d0499b7 (patch) | |
tree | 0a7b79f529bfd66cd7f92a985a15184649073742 /user/kscreenlocker/kde.pam | |
parent | 4f189ebeb0938e93c567fd34d25b2e4bc5d18404 (diff) | |
download | packages-4ad213b05e19d3cd4f3b9d4c5dfe3b3a6d0499b7.tar.gz packages-4ad213b05e19d3cd4f3b9d4c5dfe3b3a6d0499b7.tar.bz2 packages-4ad213b05e19d3cd4f3b9d4c5dfe3b3a6d0499b7.tar.xz packages-4ad213b05e19d3cd4f3b9d4c5dfe3b3a6d0499b7.zip |
user/kscreenlocker: add PAM files
Diffstat (limited to 'user/kscreenlocker/kde.pam')
-rw-r--r-- | user/kscreenlocker/kde.pam | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/user/kscreenlocker/kde.pam b/user/kscreenlocker/kde.pam new file mode 100644 index 000000000..1b9e446ce --- /dev/null +++ b/user/kscreenlocker/kde.pam @@ -0,0 +1,11 @@ +#%PAM-1.0 + +auth required pam_nologin.so + +auth include base-auth + +account include base-account + +password include base-password + +session include base-session-noninteractive |