From owner-freebsd-questions Fri Oct 1 3:34:49 1999 Delivered-To: freebsd-questions@freebsd.org Received: from axl.noc.iafrica.com (axl.noc.iafrica.com [196.31.1.175]) by hub.freebsd.org (Postfix) with ESMTP id 502F314CA6 for ; Fri, 1 Oct 1999 03:34:43 -0700 (PDT) (envelope-from sheldonh@axl.noc.iafrica.com) Received: from sheldonh (helo=axl.noc.iafrica.com) by axl.noc.iafrica.com with local-esmtp (Exim 3.037 #1) id 11X01G-000A1J-00; Fri, 01 Oct 1999 12:34:30 +0200 From: Sheldon Hearn To: Paul Dekkers Cc: FreeBSD Mailinglist Subject: Re: user-admin /just/ under radius? In-reply-to: Your message of "Thu, 30 Sep 1999 21:58:52 +0200." Date: Fri, 01 Oct 1999 12:34:30 +0200 Message-ID: <38520.938774070@axl.noc.iafrica.com> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, 30 Sep 1999 21:58:52 +0200, Paul Dekkers wrote: > Is it possible to do authentication just via radius, so I won't have to > create users in the passwd database and so on? Try nothing but this in /etc/pam.conf: login auth required pam_radius.so You'll need to look at pam_radius(8) manpage first. For one thing, you'll need an /etc/radius.conf . You'll probably also want try_first_pass and template_user=someone. I haven't tested this myself, so make sure your console isn't secure, in case you need to recover from nasty effects of bad advice in single-user mode. :-) Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message