[rt-users] LDAP authentication
Carl Makin
carl at xena.IPAustralia.gov.au
Tue Sep 28 20:51:55 EDT 2004
Hi Sivan,
Sivan DERAY wrote:
>yes i have added in the RT_Siteconfig.pm file
>
>Set ($WebExternalAuth , 1);
>$LDAPExternalAuth = 1;
>
>
You don't need both of these. $WebExternalAuth tells RT to trust the
user information passed by the webserver while $LDAPExternalAuth says
use the RT internal LDAP support you have added. Since you have added
all the LDAP stuff disable the first one, $WebExternalAuth, and just run
with the second.
>**********
>
>Next I put in httpd.conf :
>
># LDAP integration
><Directory /opt/rt3/share/html>
> AuthType Basic
> AuthName "Request Tracker Login"
> AuthLDAPURL ldap://ipadress
> require valid-user
></Directory>
>
>
>
>
You also don't need this. You have added perl code into RT itself to do
the LDAP work. You don't want the webserver doing it as well.
Carl.
More information about the rt-users
mailing list