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@FreeBSD.org
          Reporter: olev...@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.
_______________________________________________
freebsd-bugs@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"

Reply via email to