]> git.ipfire.org Git - thirdparty/systemd.git/commit
sysusers: use "!*" instead of "!!" as an invalid group password
authornl6720 <nl6720@gmail.com>
Wed, 30 Sep 2020 05:09:25 +0000 (08:09 +0300)
committerLennart Poettering <lennart@poettering.net>
Wed, 30 Sep 2020 08:21:40 +0000 (10:21 +0200)
commitbbbfe49b5eb0c571c10fa7991c10bac620f3c453
tree21f8764ff193a0ab382a9fd4f345611f235b8185
parent8e24b1d23f5fa711bfdfd38bcfef525de04cd3c1
sysusers: use "!*" instead of "!!" as an invalid group password

This basically implements fc58c0c7bf7e4f525b916e3e5be0de2307fef04e for gshadow.
gpasswd may not have a lock/unlock that behaves the same as passwd, but
according to gshadow(5) the logic of the password field is the same.
src/sysusers/sysusers.c