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'
>                                                                               
>          ],

Attachment: pgptwklgRFyol.pgp
Description: PGP signature

--------
Final RT training for 2012 in Atlanta, GA - October 23 & 24
  http://bestpractical.com/training

We're hiring! http://bestpractical.com/jobs

Reply via email to