From owner-freebsd-current@FreeBSD.ORG Wed Jan 5 20:19:04 2011 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 12F501065674 for ; Wed, 5 Jan 2011 20:19:04 +0000 (UTC) (envelope-from ipfreak@yahoo.com) Received: from web130203.mail.mud.yahoo.com (web130203.mail.mud.yahoo.com [66.94.238.139]) by mx1.freebsd.org (Postfix) with SMTP id A91A98FC1F for ; Wed, 5 Jan 2011 20:19:03 +0000 (UTC) Received: (qmail 62916 invoked by uid 60001); 5 Jan 2011 19:52:23 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s1024; t=1294257143; bh=x5p6+X2ThiFWvSWwLfwfV8TTuxmMtV5A3xJwBCGI9Bg=; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:MIME-Version:Content-Type; b=WeOF1burWymTTfHvX9bd2bfyx7UJmV85s+FzfIrO5taTDaNBBRmDIcGNAZ4/NrJNuuL2+AG28jPoO4ASoW4LhWMBueU2i0EQGvvzmfPE6yxfKLMKg+SzjpsGRI0NSNgqXJLUo5MYDwYPsKdVG+r2RNcPV0EGnzh/z2UjGXkOL7M= DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:MIME-Version:Content-Type; b=oI9IsWjLhMFTkCqRKOqd56KL4k97uG6hVAmdtfZ/mh6ADLA6Edt171GB92xyI91dyT3gdFL54uwNLQlZsGTdIGG7Iv14sZuZ/C0hblqQOEsZ1LBKRcKGFDBLexA26NTX6vCPv9LvYpfeuvB56kiTAgiTd5FuPn2YIS7hOK4W3zI=; Message-ID: <534524.62805.qm@web130203.mail.mud.yahoo.com> X-YMail-OSG: .V2uOnMVM1mgsrqFqsNcrXgEDT14SEIlDy2U1WIslT34BZa wmTJqwUg9fXMx7bJ4gkr_EAaP0jXr2pj60m7mu_Rn0fXrflV0SwC3O.71T8L 5k7HvX_Wblep4jSJ.VtI4vlqFZ02zaGlOAz4zgU5mSkm4QGKh2q4mXdtt_1s LY3LU8AK_BQJO6Kh190VyTo_YSDqVns6t52.snvR4pXlTZhMgHr5ElXBK7lE lSYSU3W8qW6gmM_hNVIa_aGJB.IfjxMAEJNv65B7H6ElmxpgDi4X3SzEwlU8 tdAsZ1HOm7TeV86dwk2QRUY1JPVSXpW7.Jy2IoLkPpgxpvuaXpfPFqmuc2jr q7FK7TZFMPtGaXhCDTQWEA9JqO6Z_e3s_Ii0Vd6DKRiMd24Sazuv79_QD6rK 0aJOKTXUqgA7_ Received: from [184.80.143.6] by web130203.mail.mud.yahoo.com via HTTP; Wed, 05 Jan 2011 11:52:23 PST X-Mailer: YahooMailClassic/11.4.20 YahooMailWebService/0.8.107.285259 Date: Wed, 5 Jan 2011 11:52:23 -0800 (PST) From: gahn To: free bsd , freebsd general questions MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Subject: freebsd and X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Jan 2011 20:19:04 -0000 hi all: i set up the freeradius 21.100.1 on freebsd 8.1. it uses local authentication database of /etc/passwd (thanks to the previous discussions alan did with others). the problem is: it only works with the condition of the server id running as "root" instead of "freeradius" due to the one way MD5 hash of /etc/passwd file. are there any other better ways to implement this?