[rt-users] Problem with WebExternalAuth
Michael van Elst
mlelstv at dev.de.cw.net
Wed Jun 4 14:29:04 EDT 2003
On Wed, Jun 04, 2003, ParimalaRamdas at oaktech.com wrote:
> how do i edit httpd.conf to utlize the REMOTE_USER.
You use something like:
<Location />
AuthName "Restricted Access"
AuthType Basic
AuthUserFile "etc/rt/valid-users"
Require valid-user
SetHandler perl-script
PerlHandler RT::Mason
</Location>
with a proper path for AuthUserFile. You also need to set
Set($WebExternalAuth , 1);
in RT_SiteConfig.pm
The users configured in AuthUserFile must have the same names
(but could have different passwords) as in the RT database.
Greetings,
--
,eM""=. a"-. Michael van Elst
dWWMWM" - :GM==; mlelstv at dev.de.cw.net
:WWMWMw=--. "W=' cable & wireless
9WWMm==-.
"-Wmw-" CABLE & WIRELESS
More information about the rt-users
mailing list