From owner-freebsd-security Thu Aug 29 10:55:54 1996 Return-Path: owner-security Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id KAA21556 for security-outgoing; Thu, 29 Aug 1996 10:55:54 -0700 (PDT) Received: from gvr.win.tue.nl (root@gvr.win.tue.nl [131.155.210.19]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id KAA21529 for ; Thu, 29 Aug 1996 10:55:47 -0700 (PDT) Received: by gvr.win.tue.nl (8.6.13/1.53) id TAA18491; Thu, 29 Aug 1996 19:55:30 +0200 From: guido@gvr.win.tue.nl (Guido van Rooij) Message-Id: <199608291755.TAA18491@gvr.win.tue.nl> Subject: Re: pluggable authentication modules To: dugsong@monkey.org (Douglas Song) Date: Thu, 29 Aug 1996 19:55:29 +0200 (MET DST) Cc: freebsd-security@freebsd.org In-Reply-To: from Douglas Song at "Jun 27, 96 05:18:09 pm" X-Mailer: ELM [version 2.4ME+ PL17 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-security@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Douglas Song wrote: > Is any work being done on implementing PAM (pluggable authentication > modules) for FreeBSD? I already know of some people in the Linux camp that > are working on it. I would like to help code this, if anyone's interested. > > More information on PAM is available from the OSF RFC 86.0, or at > > http://fangorn.ncsa.uiuc.edu/faq/motif.faq.034.html Sorry I get to you so late... Anyway: Sean Eric fagan is busy implementing login classes for FreeBSD. This functionality would be the same as the BSDi implementation. See their docs, or manual pages. Basically this will indeed give you authentication of any type. -Guido