<br><font size=2><tt>Hi all,</tt></font>
<br><font size=2><tt>I am using Dr. Riediger LDAP overlay code and have
a problem accessing the<br>
$RT::LDAPExternalAuth and  $RT::LDAPExternalAut parameters set in
the RT_SiteConfig.pm. Has anyone used this overlay code for RT3.4.1 or
higher?<br>
</tt></font>
<br><font size=2><tt>I tried displaying the value of RT::LDAPExternalAut
in the autohandler program and it doesn't display any value.I have checked
the permissions in all the overlay code too.Seems fine. Does anyone have
any suggestions how to go abt this?</tt></font>
<br>
<br><font size=2><tt>My RT_SiteConfig.pm is the following:</tt></font>
<br><font size=2><tt>$LDAPExternalAuth = 1;        
 # will enable LDAP-Auth</tt></font>
<br><font size=2><tt>$LDAPInternalAuthRequired = 1;  # will require
internal password</tt></font>
<br><font size=2><tt>               
                # in preference
to LDAP-Auth</tt></font>
<br><font size=2><tt>$LDAPExternalAuto = 1;        
 # will create accounts "on the fly"</tt></font>
<br><font size=2><tt>$LdapServer="server.domain.com"; # LDAP
server for authentication</tt></font>
<br><font size=2><tt>$LdapCert= "";        
         # enables TLS, name is checked instead</tt></font>
<br><font size=2><tt>               
                # of the server
name</tt></font>
<br><font size=2><tt>$LdapCertDir= "";        
      # enables TLS, will check server name</tt></font>
<br><font size=2><tt>               
                # and certificate
vs. CA chain from dir</tt></font>
<br><font size=2><tt>$LdapUser="CN=Nathan,OU=Users,OU=Information
Technology,OU=Departments,DC=domain,DC=com";</tt></font>
<br><font size=2><tt>$LdapPass="password";      
           # password for binding</tt></font>
<br><font size=2><tt>$LdapBase="DC=domain,DC=com";</tt></font>
<br><font size=2><tt>$LdapUidAttr="sAMAccountName";    
        # attribute for RT user name</tt></font>
<br><font size=2><tt>$LdapFilter="(objectclass=*)";  # additional
filter</tt></font>
<br><font size=2><tt>$LdapAuthFilter="(status=A)";   # additional
filter for authentication only</tt></font>
<br><font size=2><tt>$LdapMap = {            
       # mapping LDAP attributes to RT3</tt></font>
<br><font size=2><tt>#              
'RT user paramater'     => 'LDAP entry',</tt></font>
<br><font size=2><tt>               
'Name'                  =>
'$RT::LdapUidAtt',</tt></font>
<br><font size=2><tt>               
'EmailAddress'          => 'mail',</tt></font>
<br><font size=2><tt>               
'RealName'              => 'cn',</tt></font>
<br><font size=2><tt>           };</tt></font>
<br>
<br>
<br>
<br><font size=2 face="sans-serif"><br>
Regards,<br>
Ahalya</font>