[rt-users] WebExternalAuth in config.pm
Christian Gilmore
cgilmore at tivoli.com
Thu Dec 6 16:04:35 EST 2001
Richard,
Yes, I successfully use external authentication with RT. I actually use an
external LDAP instead of a local file, but the behavior on RT's side
should be identical as this difference is at a lower layer.
> <VirtualHost 10.3.251.166>
> DocumentRoot /opt/rt2/WebRT/html
> ServerName localhost
> PerlModule Apache::DBI
> PerlFreshRestart On
> PerlRequire /opt/rt2/bin/webmux.pl
>
> <Directory /opt/rt2/WebRT/html>
> AuthUserFile /opt/rt2/rtremote
> require valid-user
> </Directory>
>
> <Location />
> SetHandler perl-script
> PerlHandler RT::Mason
> </Location>
> </VirtualHost>
Perhaps you submitted an abridged version of your configuration file, but
AuthName and AuthType are required directives.
> $REMOTE_USER has been set to the same user...
How did you verify this variable's setting?
Regards,
Christian
-----------------
Christian Gilmore
Team Lead
Web Infrastructure & Tools
IBM Software Group
More information about the rt-users
mailing list