[rt-users] LDAP on RT RT 3.8.14 with RT-Authen-ExternalAuth-0.11

Kevin Falcone falcone at bestpractical.com
Mon Sep 24 12:04:06 EDT 2012


On Fri, Sep 21, 2012 at 09:46:18AM +0200, Laurent FERNANDEZ wrote:
> 
> [Fri Sep 21 07:18:45 2012] [error]: Not a HASH reference at /opt/rt3/local/plugins/RT-Authen-ExternalAuth/lib/RT/Authen/ExternalAuth/LDAP.pm line 311. (/opt/rt3/bin/../lib/RT/Interface/Web/Handler.pm:277)

This implies some part of your config is wrong, and looking down
below, attr_map is a hashref not an array ref (so {} not [])

-kevin

>                                                        'attr_map'                  => [  'Name' => 'cn',
>                                                                                          'EmailAddress' => 'mail',
>                                                                                          'Organization' => 'physicalDeliveryOfficeName',
>                                                                                          'RealName' => 'cn',
>                                                                                          'ExternalAuthId' => 'samaccountname',
>                                                                                          'Gecos' => 'samaccountname',
>                                                                                          'Address1' => 'streetAddress',
>                                                                                         'City' => 'l',
>                                                                                          'State' => 'st',
>                                                                                          'Zip' => 'postalCode',
>                                                                                          'Country' => 'co',
>                                                                                           'WorkPhone' => 'telephoneNumber'
>                                                                                        ],
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 195 bytes
Desc: not available
URL: <http://lists.bestpractical.com/pipermail/rt-users/attachments/20120924/bf6c3163/attachment.sig>


More information about the rt-users mailing list