[Bug 208774] bsdconfig bug when editing users

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Wed Apr 13 12:35:53 UTC 2016


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=208774

            Bug ID: 208774
           Summary: bsdconfig bug when editing users
           Product: Base System
           Version: 10.3-RELEASE
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: conf
          Assignee: freebsd-bugs at FreeBSD.org
          Reporter: martin at waschbuesch.de

Trying to edit any existing user with bsdconfig will result in the user's group
being shown like "gid (group)". E.g. "1001 (martin)".
Unfortunately, when trying to save said user, bsdconfig will always complain
with an error like this:

pw: group `1001 (martin)` does not exist

Probably because the group string "1001 (martin)" is taken literally when it
should be parsed using something like /(\d+?)\s.+/

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


More information about the freebsd-bugs mailing list