From owner-freebsd-commit Sat May 20 06:05:49 1995 Return-Path: commit-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id GAA27204 for commit-outgoing; Sat, 20 May 1995 06:05:49 -0700 Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id GAA27189 for cvs-usrsbin-outgoing; Sat, 20 May 1995 06:05:28 -0700 Received: (from jkh@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id GAA27177 ; Sat, 20 May 1995 06:05:24 -0700 Date: Sat, 20 May 1995 06:05:24 -0700 From: "Jordan K. Hubbard" Message-Id: <199505201305.GAA27177@freefall.cdrom.com> To: CVS-commiters, cvs-usrsbin Subject: cvs commit: src/usr.sbin/adduser adduser.perl Sender: commit-owner@FreeBSD.org Precedence: bulk jkh 95/05/20 06:05:23 Modified: usr.sbin/adduser adduser.perl Log: The problem is the returned salt, while the freebsd man pages asks that the crypt salt string begin with a '_', no other crypt's do. If you remove the initialization of $salt to '_' in sub salt(), everything works as advertised. Submitted by: Charles Henrich