canonical / lightdm

Display Manager
GNU General Public License v3.0
843 stars 139 forks source link

modify control value of pam_systemd #375

Open kkzhsh opened 2 months ago

kkzhsh commented 2 months ago

I am debugging a display session related issue. The scene is as follow: 1) Type in username and password 2) Lightdm greeter session starts and pam_systemd.so is called 3) pam_systemd.so returns with some err code, then the X session can not run

I guess the control value of pam_systemd.so shall be modified as “required”, and which shall result lightdm fail, and lightdm has chance to be restarted automatically by systemd.

Could U help to review this PR? Thanks

github-actions[bot] commented 2 months ago

Everyone contributing to this PR have now signed the CLA. Thanks!

kkzhsh commented 2 months ago

Dear @robert-ancell I have signed CLA from URL https://ubuntu.com/legal/contributors Why the CLA-check always fail?

robert-ancell commented 2 months ago

Dear @robert-ancell I have signed CLA from URL https://ubuntu.com/legal/contributors Why the CLA-check always fail?

It will just take time for the system to update, no problem!

kkzhsh commented 2 months ago

@robert-ancell Could u help to review it? thanks