[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] using the same passwords for everything
- Subject: Re: [cobalt-users] using the same passwords for everything
- From: Josh Kuperman <josh@xxxxxxxxxxxxxxxxxx>
- Date: Thu Jan 16 18:10:00 2003
- List-id: Mailing list for users to share thoughts on Sun Cobalt products. <cobalt-users.list.cobalt.com>
The partial answer to this is that I need to use PAM modules. Cobalt
servers come with a mod_auth_pam_external that allows a web site to
validate users agains their passwd. There is also a module for Squid
but I'm not sure how to configure it. In theory I should just be able
to add a squid entry in /etc/pam.d, but I would love to know if anyone
has done this - since for all I know I'm the only RaQ XTR user who
built his own squid. I may have to ask on the Squid list anyhow.
Here is a sample from a test .htaccess file.
Deny from all
AuthName "Just a test"
AuthType Basic
AuthAuthoritative off
AuthPAM_Enabled on
Satisfy Any
<Limit GET POST>
require valid-user
Satisfy any
</Limit>
On Wed, Jan 15, 2003 at 03:25:49PM -0500, Josh Kuperman wrote:
> Most of my users are just using webmail, accessing a web site. I'm
> adding a squid proxy and hoping to allow some people to manage pieces
> with webmin. The gist of this is I'm about the only one using a shell
> account. I'd like to have passwords coordinated so they can use the
> same password to access a restricted website, get at their webmail, or
> access the proxy remotely.
>
> What do I need to do, to do this.
>
> --
> Josh Kuperman
> josh@xxxxxxxxxxxxxxxxxx
>
> _____________________________________
> cobalt-users mailing list
> cobalt-users@xxxxxxxxxxxxxxx
> To subscribe/unsubscribe, or to SEARCH THE ARCHIVES, go to:
> http://list.cobalt.com/mailman/listinfo/cobalt-users
--
Josh Kuperman
josh@xxxxxxxxxxxxxxxxxx