diff options
Diffstat (limited to 'community/lightdm/allow-null-passwd.patch')
-rw-r--r-- | community/lightdm/allow-null-passwd.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/community/lightdm/allow-null-passwd.patch b/community/lightdm/allow-null-passwd.patch new file mode 100644 index 0000000000..0d30d5d7f9 --- /dev/null +++ b/community/lightdm/allow-null-passwd.patch @@ -0,0 +1,11 @@ +--- 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 |