<br><font size=2 face="sans-serif">you also have a space befor My_LDAP
here, wich does not match the later defined service</font>
<br><font size=2 face="sans-serif">>>Set($ExternalAuthPriority,  [
' My_LDAP' ]);</font>
<br><font size=2 face="sans-serif">>>...</font>
<br><font size=2 face="sans-serif">>>Set($ExternalSettings, {'My_LDAP'
=> {</font>
<br>
<br>
<br>
<br>
<table width=100%>
<tr valign=top>
<td width=40%><font size=1 face="sans-serif"><b>Luis Avendaño <lavendano@acmgrp.com></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">18/04/2011 15:32</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>Hi John,<br>
<br>
It looks that you missed a comma after 'd_filter' =><br>
'(userAccountControl=514)'<br>
<br>
In addition, please check you settings here<br>
<br>
                
'attr_map' =>  {   'Name' => 'sAMAccountName',...<br>
 <br>
<br>
Nothing else to match? If so, just to be sure, please delete the comma
after<br>
'sAMAccountName'.<br>
<br>
Finally, I would recommend you to comment 'ssl_version'  => 3,<br>
<br>
After you get this configuration to work, then you can "play"
with the SSL<br>
configuration.<br>
<br>
Good luck,<br>
<br>
Best,<br>
<br>
<br>
-----<br>
<br>
<br>
   4. Re: RT-Authen-ExternalAuth-0.08 which packages i need for<br>
      (john s.)<br>
<br>
Message: 4<br>
Date: Mon, 18 Apr 2011 04:07:28 -0700 (PDT)<br>
From: "john s." <fireskyer@gmx.de><br>
To: rt-users@lists.bestpractical.com<br>
Subject: Re: [rt-users] RT-Authen-ExternalAuth-0.08 which packages i<br>
                
need for<br>
Message-ID: <31422830.post@talk.nabble.com><br>
Content-Type: text/plain; charset=us-ascii<br>
<br>
<br>
Greetings  Luis <br>
<br>
okay i have trimmed my config a little bit and now it look like this:<br>
<br>
<br>
Set($ExternalAuthPriority,  [ ' My_LDAP' ]);<br>
Set($ExternalInfoPriority,  ['My_LDAP']);<br>
#Set($ExternalServiceUsesSSLorTLS,   0 );<br>
Set($AutoCreateNonExternalUsers,    0);<br>
<br>
<br>
Set($ExternalSettings, {'My_LDAP' => {   ## GENERIC SECTION<br>
                    
                     'type'
=> 'ldap',<br>
                    
                     
             'server' => <br>
'ipserver',<br>
                    
                     
             'user' => 'USER',<br>
                    
                     
             'pass' =>  'pass',<br>
                    
                     
             'base' =>  'ou=OU
<br>
Unit,dc=sb,dc=local',<br>
                    
                     
             'filter'  => <br>
'(ObjectClass=*)',<br>
                    
                     
             'd_filter' => <br>
'(userAccountControl=514)'<br>
                    
                     
             # 'tls'    =>
 0,<br>
                    
                     
             'ssl_version'  =>
<br>
3,<br>
                    
                     
             'net_ldap_args' => [<br>
<br>
version =>  3   ],<br>
                    
                     
             'group'  => <br>
'Benutzer',<br>
                    
                     
             'group_attr' => <br>
'GROUP_ATTR',<br>
                    
                     
             'attr_match_list'<br>
<br>
=> [    'Name',<br>
 <br>
<br>
'EmailAddress',<br>
 <br>
<br>
],<br>
                    
                     
             'attr_map'<br>
<br>
=>  {   'Name' => 'sAMAccountName',<br>
 <br>
<br>
 <br>
<br>
}<br>
                    
                     
         }<br>
<br>
}<br>
);<br>
<br>
<br>
And now i have also posted the apache logfile, cause this comments the
steps<br>
from which lines i had to comment out that apache will start... so thats
the<br>
basic without any outlines... and this one doesn't work...<br>
</font></tt><a href=http://pastebin.com/PHpDsi7S><tt><font size=2>http://pastebin.com/PHpDsi7S
</font></tt><a href=http://pastebin.com/PHpDsi7S><tt><font size=2>http://pastebin.com/PHpDsi7S
<br>
<br>
and now the config which let apache  started:<br>
<br>
#########RT Authenth#############<br>
<br>
Set($ExternalAuthPriority,  [ ' My_LDAP' ]);<br>
Set($ExternalInfoPriority,  ['My_LDAP']);<br>
#Set($ExternalServiceUsesSSLorTLS,   0 );<br>
Set($AutoCreateNonExternalUsers,    0);<br>
<br>
<br>
Set($ExternalSettings, {'My_LDAP' => {   ## GENERIC SECTION<br>
                    
                     'type'
=> 'ldap',<br>
                    
                     
             'server' => <br>
'192.168.10.40',<br>
                    
                     
             'user' => 'RT-USER',<br>
                    
                     
             'pass' => <br>
'sl-pg33011',<br>
                    
                     
             'base' =>  'ou=SBAOU<br>
<br>
Unit,dc=sbah,dc=local',<br>
                    
                     
             'filter'  => <br>
'(ObjectClass=*)',<br>
                    
                     
             'd_filter' => <br>
'(userAccountControl=514)'<br>
                    
                     
             # 'tls'    =>
 0,<br>
                    
                     
            # 'ssl_version'  => <br>
3,<br>
                    
                     
            # 'net_ldap_args' =><br>
[    version =>  3   ],<br>
                    
                     
            # 'group'  => <br>
'Benutzer',<br>
                    
                     
            # 'group_attr' => <br>
'GROUP_ATTR',<br>
                    
                     
            # 'attr_match_list'<br>
<br>
=> [    'Name',<br>
 <br>
<br>
# 'EmailAddress',<br>
 <br>
<br>
# ],<br>
                    
                     
            # 'attr_map'<br>
<br>
=>  {   'Name' => 'sAMAccountName',<br>
 <br>
<br>
#'EmailAddress' => 'mail',<br>
 <br>
<br>
# 'Organization' => 'physicalDeliveryOfficeName',<br>
 <br>
<br>
# 'RealName' => 'cn',<br>
 <br>
<br>
# 'ExternalAuthId' => 'sAMAccountName',<br>
 <br>
<br>
# 'Gecos' => 'sAMAccountName',<br>
 <br>
<br>
# 'WorkPhone' => 'telephoneNumber',<br>
 <br>
<br>
# 'Address1' => 'streetAddress',<br>
 <br>
<br>
# 'City' => 'l',<br>
 <br>
<br>
# 'State' => 'st',<br>
 <br>
<br>
# 'Zip' => 'postalCode',<br>
 <br>
<br>
# 'Country' => 'co'<br>
<br>
 <br>
<br>
}<br>
                    
                     
         }<br>
<br>
#}<br>
);<br>
<br>
<br>
So as far as you can see, the other version with clean comments and # signs<br>
doesn't work.<br>
<br>
But i don't know why<br>
<br>
or if i walking completely   off the track at the moment ....:-(<br>
<br>
<br>
Best regards john s.<br>
<br>
<br>
 <br>
<br>
<br>
<br>
-- <br>
View this message in context:<br>
</font></tt><a href="http://old.nabble.com/Re%3A-RT-Authen-ExternalAuth-0.08-which-packages-i-nee"><tt><font size=2>http://old.nabble.com/Re%3A-RT-Authen-ExternalAuth-0.08-which-packages-i-nee<br>
d-for-tp31388437p31422830.html<br>
Sent from the Request Tracker - User mailing list archive at Nabble.com.<br>
<br>
<br>
<br>
------------------------------<br>
<br>
____________________________________________________________________________<br>
________<br>
Luis Avendaño<br>
<br>
</font></tt></a></a></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>