Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 20 Mar 2017 02:48:51 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-bugs@FreeBSD.org
Subject:   [Bug 217934] /etc/pw.conf is being ignored by pw
Message-ID:  <bug-217934-8@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D217934

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

root@km:~ # grep ^defaultgroup /etc/pw.conf
defaultgroup =3D "user"
root@km:~ # pw groupshow user
user:*:1000:
root@km:~ # pw useradd kabanov
root@km:~ # id kabanov
uid=3D1141(kabanov) gid=3D1141(kabanov) groups=3D1141(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.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-217934-8>