<html>
<body>
Cheers.<br><br>
The previus mails due to the answers begins to be a mess, by the way I am
going to Redux the request:<br><br>
- I had installed RT 3.2.2 in a Fedora 3 box, with Apache 2 and
MySQL<br>
- I had an external LDAP server, which stores among others fields the
mail addresses - passwords.<br>
- I want that the RT checks user/passwords against the LDAP server
directly, not delegating in the Apache.<br>
- The mail address is UID in the LDAP :-).<br>
- I had put the following lines in my RT_SiteConfig, there is no need to
use passwords for binding to  our internal LDAP :
<dl>
<dd>Set($WebExternalAuth , undef);  <br>

<dd>$LDAPExternalAuth =
1;          # will enable
LDAP-Auth
<dd>$LdapServer="ldap.mydomain.com";     #
LDAP server for authentication
<dd>$LdapUser="";                  
# user name for binding
<dd>$LdapPass="";                  
# password for binding
<dd>$LdapBase="ou=Inte,dc=mydomain,dc=com";     
# search base
<dd>$LdapUidAttr="uid";            
# attribute for RT user name
<dd>$LdapFilter="(objectclass=*)";  # additional filter
</dl>- I had created (copy of <font face="verdana" size=2>Ruediger
Riedigerīs one)</font> a file for LDAP Overlay called User_Local.pm as I
had found in varius request, following the recomendations of
<a href="http://wiki.bestpractical.com/index.cgi?CleanlyCustomizeRT" eudora="autourl">http://wiki.bestpractical.com/index.cgi?CleanlyCustomizeRT</a>
I had put this file in both routes RTroot/local/lib/RT/ and  RTroot/lib/RT. <br><br>
- I had installed the CPAN modules Net::LDAP and Net::SSLeay. But we do not need TLS communications at least for the moment.<br><br>
After all, RT seems to authenticate users against his own DB, there is not activities nor communications between RT server and LDAP server.<br><br>
My mainly requests are:<br><br>
Is the LDAP activated with the lines put above? If yes in which part of RT_SiteConfig it should to live?<br>
What should be the value of Set($WebExternalAuth (I wonder that It should be undef) ?<br>
Where should live User_Local.pm and whith what attributes?<br>
What about <font face="verdana" size=2> /usr/local/rt3/local/html/autohandler, Should It be modified? <br>
Is TLS communications mandatory for this authentication?<br><br>
Thanks in advance and mainly to Steve and Ruediger Riediger for his kindly and quickly answers.<br><br>
Best regards.<br><br>
<br><br>
<br><br>
<br><br>
<br><br>
<br><br>
<br><br>
<br><br>
</font></body>
</html>