You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Debian has a wrapper around useradd called adduser, which controls a lot of the default policy on Debian etc. It also has its own idea on which usernames are allowable. The adduser maintainer requested the following feature, IMO a sensible request.
I hope upstream is open for this feature.
Quoting the feature request in full:
recently, useradd has grown funcitonality to check user names for
validity, see #1074306 [1]. This kind of clashes with adduser doing the same
thing, and has made testing adduser a bit harder. But still, the efforts
of staying sane upsetream-wise and close to upstream Debian-wise are
appreciated.
I would like to have adduser give more clear error messages like "the
user name is fine with adduser but useradd doesnt like it", and that
would be way easier if useradd's error message "invaid user name" woud
be backed with an appropriate, exclusive exit code.
I understand that this is unlikely to show up in useradd next week, so I
will be tweaking adduser's tests to handle those failures more
graefully, but I have just commented the tests so that we can re-enable
them once there is a more reliable method to detect this kind of useradd
error programatically. Please keep this bug report posted about your and
upstream's decisions.
Debian has a wrapper around
useradd
calledadduser
, which controls a lot of the default policy on Debian etc. It also has its own idea on which usernames are allowable. Theadduser
maintainer requested the following feature, IMO a sensible request.I hope upstream is open for this feature.
Quoting the feature request in full:
[1] https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074306
The text was updated successfully, but these errors were encountered: