[rt-users] RT-Authen-ExternalAuth-0.08 which packages i need for Authentification ?
john s.
fireskyer at gmx.de
Tue May 17 04:43:36 EDT 2011
Solved with a help from a colleague
Here's the 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',
}
}
}
best regards john s.
--
View this message in context: http://old.nabble.com/RT-Authen-ExternalAuth-0.08-which-packages-i-need-for-Authentification---tp31342791p31635938.html
Sent from the Request Tracker - User mailing list archive at Nabble.com.
More information about the rt-users
mailing list