Greetings,

I am getting the following error when I try to update a password for an
account in my RT instance.

I am running RT in a Debian Sid environment.

% dpkg -l request-tracker3.6
3.6.6-2

Using PostgreSQL (8.2) as a backend and Apache 2.2 as the webserver.

error:  Can't use an undefined value as an ARRAY reference
at /usr/local/share/request-tracker3.6/lib/RT/User_Vendor.pm line 56.
context:  
... 

52: 
$RT::Logger->debug( (caller(0))[3],
53: 
"Trying External authentication");
54: 

55: 
# Get the prioritised list of
external authentication services
56: 
my @auth_services = @
$RT::ExternalAuthPriority;
57: 

58: 
# For each of those services..
59: 
foreach my $service (@auth_services)
{
60: 

Which I believe I have included in the following config option:

% grep ExternalAuthPriority /etc/request-tracker3.6/RT_SiteConfig.pm
Set($ExternalAuthPriority, ['UMD_LDAP']);

Does anyone have any hints or have I missed something obvious?

Thanks,

-- 
Matt Zagrabelny - [EMAIL PROTECTED] - (218) 726 8844
University of Minnesota Duluth
Information Technology Systems & Services
PGP key 1024D/84E22DA2 2005-11-07
Fingerprint: 78F9 18B3 EF58 56F5 FC85  C5CA 53E7 887F 84E2 2DA2

He is not a fool who gives up what he cannot keep to gain what he cannot
lose.
-Jim Elliot

Attachment: signature.asc
Description: This is a digitally signed message part

_______________________________________________
http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users

Community help: http://wiki.bestpractical.com
Commercial support: [EMAIL PROTECTED]


Discover RT's hidden secrets with RT Essentials from O'Reilly Media. 
Buy a copy at http://rtbook.bestpractical.com

Reply via email to