From owner-freebsd-isp@FreeBSD.ORG Tue Sep 16 18:24:25 2003 Return-Path: Delivered-To: freebsd-isp@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ABA9116AAB1 for ; Tue, 16 Sep 2003 18:24:25 -0700 (PDT) Received: from mail.yazzy.org (yazzy.org [217.8.140.3]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8A22A43FA3 for ; Tue, 16 Sep 2003 18:24:24 -0700 (PDT) (envelope-from freebsd@yazzy.org) Received: from localhost (localhost [127.0.0.1]) by mail.yazzy.org (Postfix) with ESMTP id 3367C3980F for ; Wed, 17 Sep 2003 03:24:20 +0200 (CEST) Received: from mail.yazzy.org ([127.0.0.1]) by localhost (urukhai.yazzy.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 58171-09 for ; Wed, 17 Sep 2003 03:24:19 +0200 (CEST) Received: from yazzy.solheim (yazzy [192.168.98.11]) by mail.yazzy.org (Postfix) with SMTP id 4FA8B39814 for ; Wed, 17 Sep 2003 03:24:18 +0200 (CEST) Date: Wed, 17 Sep 2003 03:03:43 +0200 From: Martin Jessa To: freebsd-isp Message-Id: <20030917030343.52426383.freebsd@yazzy.org> Organization: WRS ASA X-Mailer: Sylpheed version 0.9.0claws (GTK+ 1.2.10; i686-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: FreeRadius and md5 hashed passwords X-BeenThere: freebsd-isp@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Internet Services Providers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Sep 2003 01:24:25 -0000 Hi guys. I have set up freeradius with authentication agains MySQL. I have poptop talking to the radius server and in that way authenticating my users. The problem is I cannot make the radius server read md5 encrypted passwords, only plain text. Any idea what to do to make it read md5 passwords? Example of the password table: table 'radcheck' : Cleartext (works): INSERT INTO radcheck VALUES (2,'test@yazzy.org','User-Password',':=','12233445'); MD5 (no love): INSERT INTO radcheck VALUES (3,'test@yazzy.org','User-Password',':=','bc8bf6f2fd343cab9d387d5dcc777be3'); Regards, Martin Jessa