[Bug 196514] bsdconfig usermgt: selected user for edit always not found
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Mon Jan 5 14:44:26 UTC 2015
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=196514
Bug ID: 196514
Summary: bsdconfig usermgt: selected user for edit always not
found
Product: Base System
Version: 11.0-CURRENT
Hardware: Any
OS: Any
Status: New
Severity: Affects Some People
Priority: ---
Component: bin
Assignee: freebsd-bugs at FreeBSD.org
Reporter: olevole at olevole.ru
Created attachment 151358
--> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=151358&action=edit
work arond for login not found in bsdconfig usermgmt
I tried to use bsdconfig usermgm to edit an existing entry on FreeBSD-current
and when select a user received: XXX: Login not found.
It seems this line in user.subr not quite right:
f_quietly pw usershow -n "$input" -u -1
pw with negative number for -u return error:
% pw usershow -n "oleg" -u -1
pw: -u expects a number
% echo $?
64
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-bugs
mailing list