Date: Wed, 13 Apr 2016 12:35:53 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 208774] bsdconfig bug when editing users Message-ID: <bug-208774-8@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
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@FreeBSD.org Reporter: martin@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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-208774-8>
