[Bug 217934] /etc/pw.conf is being ignored by pw

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon Mar 20 02:48:51 UTC 2017


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: freebsd-bugs at FreeBSD.org
          Reporter: vas at mpeks.tomsk.su

root at km:~ # grep ^defaultgroup /etc/pw.conf
defaultgroup = "user"
root at km:~ # pw groupshow user
user:*:1000:
root at km:~ # pw useradd kabanov
root at km:~ # id kabanov
uid=1141(kabanov) gid=1141(kabanov) groups=1141(kabanov)
root at km:~ # freebsd-version
10.3-RELEASE-p17
root at 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.


More information about the freebsd-bugs mailing list