<br><font size=2 face="sans-serif">hello,</font>
<br>
<br><font size=2 face="sans-serif">i would say that as you have commented
ou the EmailAdress in the attribute match list, you need to remove the
, (comma) after the Name attribute</font>
<br><font size=2 face="sans-serif">I think i remember having some error
similar ; the last parameter must NOT have the comma, at the end of the
line</font>
<br><font size=2 face="sans-serif">so your config would look like :</font>
<br>
<br><font size=2 face="sans-serif">'attr_match_list'      
    => [    'Name'</font>
<br><font size=2 face="sans-serif">           
                     
                   #
   'EmailAddress',</font>
<br><font size=2 face="sans-serif">           
                     
                  ],</font>
<br>
<br><font size=2 face="sans-serif">Raphaël<br>
</font>
<table>
<tr valign=top>
<td><img src=cid:_1_05FF0D9C05FF09E00034E032C1257879>
<td><img src=cid:_1_05FF14C805FF10E00034E032C1257879><font size=2 color=#c21212 face="Arial Narrow"><b><br>
Raphaël MOUNEYRES</b></font><font size=2 face="Arial Narrow"><br>
Ingénieur Moyens Tests<br>
Avenue Paul Gellos 64990 Mouguerre<b><br>
Phone: </b>+33 (0)5 59 58 41 51<b><br>
Email: </b>raphael.mouneyres@sagemcom.com</font></table>
<br>
<br>
<br>
<br>
<table width=100%>
<tr valign=top>
<td width=40%><font size=1 face="sans-serif"><b>"john s." <fireskyer@gmx.de></b>
</font>
<br><font size=1 face="sans-serif">Envoyé par : rt-users-bounces@lists.bestpractical.com</font>
<p><font size=1 face="sans-serif">21/04/2011 11:31</font>
<td width=59%>
<table width=100%>
<tr valign=top>
<td>
<div align=right><font size=1 face="sans-serif">A</font></div>
<td><font size=1 face="sans-serif">rt-users@lists.bestpractical.com</font>
<tr valign=top>
<td>
<div align=right><font size=1 face="sans-serif">cc</font></div>
<td>
<tr valign=top>
<td>
<div align=right><font size=1 face="sans-serif">Objet</font></div>
<td><font size=1 face="sans-serif">Re: [rt-users] RT-Authen-ExternalAuth-0.08
which packages i need for</font></table>
<br>
<table>
<tr valign=top>
<td>
<td></table>
<br></table>
<br>
<br>
<br><tt><font size=2><br>
<br>
Is it clear what i want? No? okay i try to describe a litte bit more exaclty<br>
as far as possible from myself<br>
<br>
<br>
okay my ldapseach command which runs perfectly is:<br>
<br>
sudo ldapsearch -h xxx.xxx.local  -D "xxx\User" -w "password"
-b "'dc=xxx,<br>
dc=local" -s sub "sAMAccountName=USER"<br>
<br>
<br>
<br>
So here are my RT Config Parameter again:<br>
<br>
Set($ExternalSettings,{'My_LDAP' =>{   ## GENERIC SECTION<br>
                    
                     'type'
=> 'ldap',<br>
                    
                   'server'
=>  '192.168.123.45',<br>
                    
                     'user'
=> 'USER',<br>
                    
                     'pass'
=>  'password',<br>
                    
                     'base'
=> <br>
'ou=companyou,ou=User,dc=xxx,dc=xxx,dc=local',<br>
                    
                  'filter'
 =>  '(ObjectClass=*)',<br>
                    
                 'd_filter'
=> <br>
'(userAccountControl=514)'<br>
                    
                #  'tls'  
 =>  0,<br>
                    
           # 'ssl_version'  =>  3,<br>
                    
            'net_ldap_args' => [  
 version =>  3   ],<br>
                    
                 # 'group'
 =>  'Benutzer',<br>
                    
             # 'group_attr' =>  'GROUP_ATTR',<br>
                    
'attr_match_list'           => [    'Name',<br>
                    
                     
          #    'EmailAddress',<br>
                    
                     
         ],<br>
                    
'attr_map'                  =>
 {  'Name' =><br>
'sAMAccountName',<br>
                    
                     
             'RealName' => 'cn',<br>
                    
                     
             'EmailAddress' =><br>
'mail',<br>
                    
                     
             'Organization' =><br>
'physicalDeliveryOfficeName',<br>
                    
                     
             'RealName' => 'cn',<br>
                    
                     
             'ExternalAuthId' =><br>
'sAMAccountName',<br>
                    
                     
             'Gecos' =><br>
'sAMAccountName',<br>
                    
                     
             'WorkPhone' =><br>
'telephoneNumber',<br>
                    
                     
             'Address1' =><br>
'streetAddress',<br>
                    
                     
             'City' => 'l',<br>
                    
                     
             'State' => 'st',<br>
                    
                     
             'Zip' =><br>
'postalCode',<br>
                    
                     
             'Country' => 'co'<br>
<br>
                    
                     
                     
                     
  <br>
}<br>
                    
                     
         }<br>
<br>
<br>
I'll try to find out, which parameter doesn't match with the ldap one  ...<br>
cause if i try to authorize on rt with an ad user my AD gives the following<br>
message out:<br>
<br>
xxx.xxx.xxx.xxx:2799     NTDS None    TCP    4
32   NonDSE      Can't find<br>
object  0.0 0 <br>
<br>
<br>
best regards john s. <br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
-- <br>
View this message in context: </font></tt><a href="http://old.nabble.com/Re%3A-RT-Authen-ExternalAuth-0.08-which-packages-i-need-for-tp31388437p31448102.html"><tt><font size=2>http://old.nabble.com/Re%3A-RT-Authen-ExternalAuth-0.08-which-packages-i-need-for-tp31388437p31448102.html<br>
Sent from the Request Tracker - User mailing list archive at Nabble.com.<br>
<br>
</font></tt></a>
<br><PRE>#
" Ce courriel et les documents qui lui sont joints peuvent contenir des
informations confidentielles ou ayant un caractère privé. S'ils ne vous sont
pas destinés, nous vous signalons qu'il est strictement interdit de les
divulguer, de les reproduire ou d'en utiliser de quelque manière que ce
soit le contenu. Si ce message vous a été transmis par erreur, merci d'en
informer l'expéditeur et de supprimer immédiatement de votre système
informatique ce courriel ainsi que tous les documents qui y sont attachés."


                               ******

" This e-mail and any attached documents may contain confidential or
proprietary information. If you are not the intended recipient, you are
notified that any dissemination, copying of this e-mail and any attachments
thereto or use of their contents by any means whatsoever is strictly
prohibited. If you have received this e-mail in error, please advise the
sender immediately and delete this e-mail and all attached documents
from your computer system."
#
</PRE>