https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=217934
Bug ID: 217934
Summary: /etc/pw.conf is being ignored by pw
Product: Base System
Version: 10.3-RELEASE
Hardware: Any
OS: Any
Status: New
Severity: Affects Some People
Priority: ---
Component: bin
Assignee: [email protected]
Reporter: [email protected]
root@km:~ # grep ^defaultgroup /etc/pw.conf
defaultgroup = "user"
root@km:~ # pw groupshow user
user:*:1000:
root@km:~ # pw useradd kabanov
root@km:~ # id kabanov
uid=1141(kabanov) gid=1141(kabanov) groups=1141(kabanov)
root@km:~ # freebsd-version
10.3-RELEASE-p17
root@km:~ #
Expected behavior: kabanov's primary group should be "user".
Other settings (e.g. defaultshell) are being ignored too.
--
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "[email protected]"