On Fri, Aug 1, 2008 at 3:39 PM, Ruslan Zakirov <[EMAIL PROTECTED]> wrote:
> http://wiki.bestpractical.com/view/ManualApacheConfig
After kicking it to death it was actually:
#Set($WebExternalAuth , 1);
#Set($WebFallbackToInternalAuth , 'true');
#Set($WebExternalGecos , undef);
#Set($WebExternalAuto , 1);
Leaving apache.conf as:
PerlModule Apache::DBI
PerlRequire /disk1/web/vhost/rnd-test.mpc.local/rt/bin/webmux.pl
AddDefaultCharset UTF-8
DocumentRoot /disk1/web/vhost/rnd-test.mpc.local/rt/share/html
ErrorLog /disk1/web/vhost/rnd-test.mpc.local/log/error.log
CustomLog /disk1/web/vhost/rnd-test.mpc.local/log/access.log combined
PerlLoadModule Apache2::MultiAuth
PerlSetVar MSADDomain MYAD.mpc.local
PerlSetVar MSADServer smoo1.mpc.local
PerlSetVar MSPort 639
PerlSetVar MSADTLS yes
AuthModule Apache2::AuthenMSAD
PerlAuthenHandler Apache2::MultiAuth
<Directory /disk1/web/vhost/rnd-test.mpc.local/rt/share/html>
AllowOverride all
SetHandler perl-script
PerlHandler RT::Mason
Require valid-user
AuthType Basic
AuthName "UNIX or Windows Login"
</Directory>
Cheers,
Kristian
_______________________________________________
http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users
Community help: http://wiki.bestpractical.com
Commercial support: [EMAIL PROTECTED]
Discover RT's hidden secrets with RT Essentials from O'Reilly Media.
Buy a copy at http://rtbook.bestpractical.com