[rt-users] RT-Authen-ExternalAuth-0.08 which packages i need for

john s. fireskyer at gmx.de
Fri Apr 29 03:24:50 EDT 2011


@Mike Johnson20

My gut feeling is your Base DN is wrong.


Not really,  right direction but still wrong :)


But joking aside 


I have it done it with a help from a colleague   

It was a hard piece of work with many trial and error parts .....

here is my solution: 

Set($ExternalSettings,{'My_LDAP' =>{   ## GENERIC SECTION
                                        'type' => 'ldap',
                                        'server' =>  'xxx.xxx.local',
                                        'user' =>
'CN=User,OU=Benutzer,OU=xxx,DC=xxx,DC=xx', # THat was the crucial point 
                                        'pass' =>  'pass',
                                        'base' => 
'OU=xxx,OU=xxx,DC=xxx,DC=local',
                                        'filter'  => 
'(memberOf=CN=RT,OU=Gruppen,OU=xxx,DC=xxx,DC=xxx)', #and the filter is
modified 
                                        'd_filter' => 
'(userAccountControl=514)',
                                        'tls'    =>  1,
                                        'ssl_version'  =>  3,
                                        'net_ldap_args' => [    version => 
3   ],
                                        
                     'attr_match_list'           => [    'Name',
                                                         'EmailAddress',
                                                    ],
                     'attr_map'                  =>  {  'Name' =>
'sAMAccountName',
                                                        'RealName' => 'cn',
                                                        'EmailAddress' =>
'mail',
                                                        'Organization' =>
'physicalDeliveryOfficeName',
                                                        'ExternalAuthId' =>
'sAMAccountName',
                                                        'WorkPhone' =>
'telephoneNumber',
                                                        'Address1' =>
'streetAddress',
                                                        'City' => 'l',
                                                        'Zip' =>
'postalCode',

                                                     }
                                                                        }
}
                                                                                              


many thanks to all guys which are trying to help me 


ps: could anyone clean up this thread    from double entries 



best regards john s. 





-- 
View this message in context: http://old.nabble.com/Re%3A-RT-Authen-ExternalAuth-0.08-which-packages-i-need-for-tp31388437p31503157.html
Sent from the Request Tracker - User mailing list archive at Nabble.com.




More information about the rt-users mailing list