Date: Thu, 17 Feb 2000 16:41:55 -0800 (PST) From: oui@jps.net To: freebsd-gnats-submit@FreeBSD.org Subject: bin/16798: rmuser rebuilds entire passwd datebase for single user Message-ID: <200002180041.QAA74820@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 16798 >Category: bin >Synopsis: rmuser rebuilds entire passwd datebase for single user >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Feb 17 16:50:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: Set Birkholz >Release: FreeBSD 3.2-19990702-STABLE #3 >Organization: >Environment: >Description: rmuser rebuilds entire database for passwd with rmuser. On our system this takes about 5-10 minutes (ugh) Excuse the bug if its already been addressed >How-To-Repeat: try rmuser >Fix: change system('/usr/sbin/pwd_mkdb', '-p', ${new_passwd_file}); to system('/usr/sbin/pwd_mkdb', '-u', ${login_name}, '-p', ${new_passwd_file}); in /usr/sbin/rmuser >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200002180041.QAA74820>