[rt-users] rt-mailgate with external authentication.
Rick Rezinas
rick.rezinas at qsent.com
Wed Aug 18 13:30:03 EDT 2004
I found a lot of problems with the NTLM plugin. I'm using the perl
module Apache::AuthenSmb. For mailgate and admin users I have a local
htpasswd. Here's my relevant configuration:
If anyone notices flaws, please let me know!
AuthType Basic
AuthName "USE YOUR DOMAIN ACCOUNT LOG-ON"
# next 5 lines to use NT domain authentication
PerlAuthenHandler Apache::AuthenSmb
PerlSetVar myPDC <primary domain controller>
PerlSetVar myPDC <primary- probably don't need the redundancy ;)
PerlSetVar myBDC <secondary>
PerlSetVar myDOMAIN <domain here!>
# next 2 lines to use htpasswd file authentication
AuthUserFile /usr/local/apache/conf/htpasswd.dat
AuthGroupFile /dev/null
#
require valid-user
# AllowOverride None
AllowOverride AuthConfig
Options Indexes ExecCGI FollowSymLinks MultiViews
Order allow,deny
Allow from all
good luck!
rick
On Wed, 2004-08-18 at 06:19, Ely Zavin wrote:
> Hi,
>
> I setup external authentication using apache NTLM module.
>
> Everything is working fine except the mail ticket submission.
>
> I configured my aliases file to use rt-mailgate and setup rt-mailgate
> URL switch like http://user:password@hostname.
>
> Apache error.log file gives the following error: missing/corrupt NTLM
> header.
>
> Is it any way to setup rt-mailgate with external apache
> authentication?
>
> I will appreciate any help.
>
> Regards,
>
> Ely.
>
>
>
> ______________________________________________________________________
> _______________________________________________
> http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users
>
> Be sure to check out the RT wiki at http://wiki.bestpractical.com
--
Rick Rezinas
Unix Systems Administrator
Qsent, Inc.
More information about the rt-users
mailing list