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: [email protected]
Reporter: [email protected]
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.
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "[email protected]"