<table cellspacing="0" cellpadding="0" border="0" ><tr><td valign="top" style="font: inherit;"><DIV>Hi, All,</DIV>
<DIV> </DIV>
<DIV>I have errors with RT 3.6.5 and RT-Authen-ExternalAuth-0.05 on my centos box.</DIV>
<DIV>following are error messages:</DIV>
<DIV>[Tue Sep 1 23:39:32 2009] [critical]: RT::User::_GetBoundLdapObj Can't bind: LDAP_INVALID_DN_SYNTAX 34 (/usr/local/lib/rt3/lib/RT/User_Vendor.pm:1056)<BR>[Tue Sep 1 23:39:32 2009] [critical]: RT::User::_GetBoundLdapObj Can't bind: LDAP_INVALID_DN_SYNTAX 34 (/usr/local/lib/rt3/lib/RT/User_Vendor.pm:1056)<BR></DIV>
<DIV> </DIV>
<DIV>And my configuration:</DIV>
<DIV> </DIV>
<DIV>Set( @Plugins, qw(RT::Authen::ExternalAuth) ); <BR>Set($ExternalAuthPriority, [ 'My_LDAP' ]);<BR>Set($ExternalInfoPriority, [ 'My_LDAP' ]);</DIV>
<DIV><BR>Set($ExternalServiceUsesSSLorTLS, 0);<BR>Set($AutoCreateNonExternalUsers, 0);</DIV>
<DIV>Set($ExternalSettings, { <BR> 'My_LDAP' => { <BR> 'type'=>'ldap',<BR>
'auth'=>1,<BR> 'info'=> 1,<BR> 'server'=> '<A href="http://tldap01.smith.com/" target=_blank><SPAN id=lw_1251918841_0 class=yshortcuts>tldap01.smith.com</SPAN></A>',<BR>
'user' => 'rt3',<BR> 'pass' => 'mypassword',<BR> 'base'=> 'ou=people,dc=smith,dc=com',</DIV>
<DIV> 'filter'=> '(objectClass=person)',<BR> 'd_filter' =>
'(userAccountControl:1.2.840.113556.1.4.803:=2)',<BR> 'tls' => 0,<BR> 'net_ldap_args' =>
[ version => 3 ],<BR> # 'group' => 'GROUP_NAME',<BR> #
'group_attr' => 'GROUP_ATTR',<BR> 'attr_match_list' => [
'Name',<BR> 'EmailAddress',
<BR>
'RealName',<BR> 'WorkPhone',
<BR>
'Address2'<BR> ],<BR>
'attr_map' => { 'Name' => 'sAMAccountName',<BR> 'EmailAddress' =>
'mail',<BR> 'Organization' =>
'physicalDeliveryOfficeName',<BR> 'RealName' =>
'cn',<BR> 'ExternalAuthId' =>
'sAMAccountName',<BR> 'Gecos' =>
'sAMAccountName',<BR> 'WorkPhone' =>
'telephoneNumber',<BR> 'Address1' =>
'streetAddress',<BR> 'City' =>
'l',<BR> 'State' =>
'st',<BR> 'Zip' =>
'postalCode',<BR> 'Country' =>
'co'<BR> }<BR>
}<BR> }</DIV>
<DIV> </DIV>
<DIV> </DIV>
<DIV>Am I doing soething wrong? </DIV>
<DIV> </DIV>
<DIV>Thanks, Please advise.</DIV>
<DIV> </DIV>
<DIV> </DIV>
<DIV>Regards,</DIV>
<DIV>Ben</DIV></td></tr></table><br>