8c2a95dbe2
* Mir starts up and is able to display system settings * x86_64 only for now, because at least ubuntu-app-test did not build on aarch64 Based on PureTryOut's work. Getting it to this stage was a huge effort (as it shows in the package count: 111(!)). See the merge request for details. [skip ci]: this won't finish in CI; ollieparanoid made sure that everything builds for x86_64.
11 lines
377 B
Diff
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
|