Date: Wed, 10 Jun 1998 18:42:49 -0400 (EDT) From: "Abraham J. Stephens" <stephea@aasis.albany-academy.org> To: Daniel Hagan <dhagan@acm.vt.edu> Cc: Britney Macklem <bmacklem@tacnet.com>, freebsd-questions@FreeBSD.ORG Subject: Re: Password protection Message-ID: <Pine.BSF.3.95q.980610183938.11545A-100000@aasis.albany-academy.org> In-Reply-To: <Pine.BSF.3.96.980610140352.23559A-100000@cowpie.acm.vt.edu>
next in thread | previous in thread | raw e-mail | index | archive | help
> To have users enter their own username and password requires a bit of cgi > programming (to the best of my knowledge, maybe there's a package out > there that does it for you). Shouldn't be too terribly hard though. You can do it with CGI, but there is a mod_auth_external module out there for apache. With it you can write a script to check users off your system passwd database. If you want to be really safe you might look into a web server that can handle SSL. -good luck 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?Pine.BSF.3.95q.980610183938.11545A-100000>