Comment 1 for bug 488158

Revision history for this message
Milan Bouchet-Valat (nalimilan) wrote : Re: user/group: management not following policy

Funny way of reporting a bug... How can you suspect there's a problem if you don't know whether adduser/deluser are used? ;-)

Can you explain the differences you've spotted with adduser? I'm aware of a few issues that we'd like to fix for the next release, namely that we set the password using usermod, encrypting it ourselves (erk!). We also create the main group manually, which is maybe a bad idea. Else I think we behave the same, since users are created with adduser. Naturally, the user can provide custom settings for home or UID, and we provide user profiles to make this easier, so we can't fully rely on adduser's default for that.

BTW, the part of the Debian policy you quote is not really clear to me, since adduser is not even part of base-passwd. This package only contains config files that won't modify themselves on their own...