Comment # 4 on bug 1179261 from
(In reply to Stefan Hundhammer from comment #2)
> As far as I can tell, yast2-users does use "useradd":
> 
>   https://github.com/yast/yast-users/blob/master/src/modules/Users.pm#L4523

That's actually just taking care of USERADD_CMD from login.defs:

# If defined, this command is run when adding a user.
# It should rebuild any NIS database etc. to add the
# new created account.
# 
USERADD_CMD             /usr/sbin/useradd.local

So where the hack was previously, but had to be removed.

> but I am not 100% sure since this is only one or more branches;
> alternatively, it can also use LDAP.


You are receiving this mail because: