[rt-users] External Web Auth breaks rt-mailgate?
Ken Bantoft
ken at freeswan.ca
Wed Jul 16 10:08:47 EDT 2003
I've got RT 3.03 setup and running fine with the webinterface,
and modified the rtimportldap from 2.0 contrib to import all of my users
into MySQL.
I'm running Apache 1.x w/mod_auth_ldap setup, and all is good. Except,
rt-mailgate doesn't work. Seems it posts to /REST/1.0/NoAuth/mail-gateway,
which due to the use of ExternalWebAuth is covered by my apache config:
<Directory /opt/rt3/share/html>
Options Indexes FollowSymLinks
AllowOverride None
order allow,deny
allow from all
AuthName "Request Tracker"
AuthType Basic
LDAP_Server 127.0.0.1
LDAP_Port 389
Base_DN "OU=People,DC=company,DC=com"
UID_Attr cn
require filter (cn=*)
</Directory>
And wants a username + password. I've tried to override the sub tree with:
<Directory /opt/rt3/share/html/REST/1.0>
Options Indexes FollowSymLinks
AllowOverride None
order allow,deny
allow from all
</Directory>
However it still wants a username + password. Is there a quick fix around
this? I can't be the 1st person to run into this...
--
Ken Bantoft Super FreeS/WAN Maintainer
ken at freeswan.ca http://www.freeswan.ca
PGP Key: finger ken at bantoft.org
More information about the rt-users
mailing list