Date: Fri, 01 Oct 1999 12:34:30 +0200 From: Sheldon Hearn <sheldonh@uunet.co.za> To: Paul Dekkers <psd@cgu.nl> Cc: FreeBSD Mailinglist <freebsd-questions@FreeBSD.ORG> Subject: Re: user-admin /just/ under radius? Message-ID: <38520.938774070@axl.noc.iafrica.com> In-Reply-To: Your message of "Thu, 30 Sep 1999 21:58:52 %2B0200." <Pine.BSF.3.96.990930215406.12207B-100000@chippie.cgu>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?38520.938774070>