From owner-freebsd-hackers Fri Aug 20 12:14:56 1999 Delivered-To: freebsd-hackers@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 758) id D6D8D14CA1; Fri, 20 Aug 1999 12:14:54 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by hub.freebsd.org (Postfix) with ESMTP id C93CA1CD8B6; Fri, 20 Aug 1999 12:14:54 -0700 (PDT) (envelope-from kris@hub.freebsd.org) Date: Fri, 20 Aug 1999 12:14:54 -0700 (PDT) From: Kris Kennaway To: Jaye Mathisen Cc: hackers@freebsd.org Subject: Re: Anybody cobbled together a getpwent() that uses libradius? In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, 20 Aug 1999, Jaye Mathisen wrote: > While whatever happens with PAM and LDAP, and all those great things, I > would like to validate passwords via Radius... > > It would be most convenient if it was just in getpwent()... This is the wrong place to put it - see the pam_radius module. Bloating libc with promiscuous knowledge of authentication services helps no-one. Kris To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message