[rt-users] Another ExternalAuth question - "strict refs"
Kevin Falcone
falcone at bestpractical.com
Wed Nov 5 15:34:49 EST 2008
On Nov 5, 2008, at 2:48 PM, Aaron Zuercher wrote:
> Hi guys,
> I've been following the discussions about ExternalAuth with great
> interest as I"ve been slowly working to move my 3.6.0 install to the
> most current version. I'm trying to setup ExternalAuth to LDAP
> currently. When its enabled I get this message in the browser when
> I try to login:
>
> Can't use string ("My_LDAP") as an ARRAY ref while "strict refs" in
> use at /opt/rt3/local/plugins/RT-Authen-ExternalAuth/lib/RT/
> User_Vendor.pm line 728, line 273.
In your config do you have this
Set($ExternalInfoPriority, [ 'My_LDAP' ]);
or this
Set($ExternalInfoPriority, 'My_LDAP' );
You want the former
-kevin
>
>
> I cannot login as root (local) or LDAP. I installed ExternaAUth
> v006 which I understand has a bug in it but i'm not sure if this is
> the same error or something different. Can somone point me in the
> right direction?
>
> Thanks,
> Aaron
> _______________________________________________
> http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users
>
> Community help: http://wiki.bestpractical.com
> Commercial support: sales at bestpractical.com
>
>
> Discover RT's hidden secrets with RT Essentials from O'Reilly Media.
> Buy a copy at http://rtbook.bestpractical.com
More information about the rt-users
mailing list