diff options
author | Taner Tas <taner76@gmail.com> | 2018-04-29 21:23:23 +0300 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2018-07-19 09:48:05 +0300 |
commit | 1930b07bb595290270526f94c53591876e0b56c7 (patch) | |
tree | 6130c65fe7faee091d666c1c6efdb85e7e172c15 /testing/lightdm/allow-null-passwd.patch | |
parent | b5a9835750e46d565040f7dea69c64d577bac166 (diff) | |
download | aports-1930b07bb595290270526f94c53591876e0b56c7.tar.bz2 aports-1930b07bb595290270526f94c53591876e0b56c7.tar.xz |
testing/lightdm: Upgrade to 1.26.0, improve abuild
* Clarify license
* Allow null passwords
* Improve APKBUILD, update patches
* Add -openrc subpackage
Diffstat (limited to 'testing/lightdm/allow-null-passwd.patch')
-rw-r--r-- | testing/lightdm/allow-null-passwd.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/testing/lightdm/allow-null-passwd.patch b/testing/lightdm/allow-null-passwd.patch new file mode 100644 index 0000000000..0d30d5d7f9 --- /dev/null +++ b/testing/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 |