diff options
Diffstat (limited to 'kde-plasma/kscreenlocker/files/kde.pam')
-rw-r--r-- | kde-plasma/kscreenlocker/files/kde.pam | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/kde-plasma/kscreenlocker/files/kde.pam b/kde-plasma/kscreenlocker/files/kde.pam new file mode 100644 index 000000000000..24d19de0d3d8 --- /dev/null +++ b/kde-plasma/kscreenlocker/files/kde.pam @@ -0,0 +1,11 @@ +#%PAM-1.0 + +auth required pam_nologin.so + +auth include system-local-login + +account include system-local-login + +password include system-local-login + +session include system-local-login |