1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-22 10:45:15 +03:00
aports/community/lightdm/allow-null-passwd.patch
Taner Tas f73cb5c48e testing/lightdm* -> community/
lightdm* : move from testing
lightdm-gtk-greeter: upgrade to 2.0.6
2019-05-25 15:15:14 +02:00

11 lines
377 B
Diff

--- a/data/pam/lightdm 2018-04-29 21:13:23.633200880 +0300
+++ b/data/pam/lightdm 2018-04-29 21:14:24.817767352 +0300
@@ -7,7 +7,7 @@
auth required pam_env.so
# Use /etc/passwd and /etc/shadow for passwords
-auth required pam_unix.so
+auth required pam_unix.so nullok
# Check account is active, change password if required
account required pam_unix.so