see https://bugzilla.gnome.org/show_bug.cgi?id=708997
Created attachment 86910 [details] [review] user: treat NULL shadow entry as "password handled remotely" Right now we set the password mode of a user based on the password hash in shadow. SSSD (and other remote login facilities presumably) don't send the password hash over the wire to the client, but of course those users do have a password set. This commit changes the code to notice when there's no shadow entry for a user and treat that case conservatively (assume user has a password). Related to https://bugzilla.gnome.org/show_bug.cgi?id=708997
Comment on attachment 86910 [details] [review] user: treat NULL shadow entry as "password handled remotely" Review of attachment 86910 [details] [review]: ----------------------------------------------------------------- Looks good to me.
thanks, pushed
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.