From owner-freebsd-questions@FreeBSD.ORG Sat Nov 22 15:20:04 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 16D9816A4CE for ; Sat, 22 Nov 2003 15:20:04 -0800 (PST) Received: from enterprise.thenetnow.com (enterprise.thenetnow.com [65.39.193.152]) by mx1.FreeBSD.org (Postfix) with ESMTP id 08BD843FD7 for ; Sat, 22 Nov 2003 15:20:03 -0800 (PST) (envelope-from grant@thenetnow.com) Received: from grant (hpeel.ody.ca [216.240.12.2]) by enterprise.thenetnow.com (8.11.6/8.11.6) with SMTP id hAMNFhI08420 for ; Sat, 22 Nov 2003 18:15:43 -0500 (EST) (envelope-from grant@thenetnow.com) Message-ID: <00e101c3b14f$270d9480$6401a8c0@grant> From: "Grant Peel" To: Date: Sat, 22 Nov 2003 18:20:00 -0500 Organization: The Net Now MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Subject: PHP Auth X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Grant Peel List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Nov 2003 23:20:04 -0000 Hi all, Two questions.... I have been reading as much as I can find on paswwd, master.passwd, shadow, crypt etc etc etc. and am Still stuck on one point. If the encrypted password is normally aslways different, due to 'salt', then how does one get a match?? Does anyone have posession of a simple PHP script that can auth against the master passwd file? -Grant