Skip to Content.
Sympa Menu

en - [sympa-users] Sympa 6.2a CAS issue.

Subject: The mailing list for listmasters using Sympa

List archive

Chronological Thread  
  • From: "C. Morgan Hamill" <address@concealed>
  • To: sympa-users <address@concealed>
  • Subject: [sympa-users] Sympa 6.2a CAS issue.
  • Date: Mon, 20 May 2013 16:20:49 -0400

Howdy,

So I'm running Sympa 6.2a.33-1.svn9259.20130519, and having an issue
with using CAS authentication.

Namely, in lib/Conf.pm, line 866, the code tries to dereference
a scalar as a hash:

$Conf{'cas_id'}{$robot}{$current_paragraph->{'auth_service_name'}} =
$#paragraphs+1;

followed by:


$Conf{'cas_id'}{$robot}{$current_paragraph->{'auth_service_name'}}{'auth_service_friendly_name'}
= $current_paragraph->{'auth_service_friendly_name'} ||
$current_paragraph->{'auth_service_name'};

And sympa fails to load because of the error.

Not exactly sure what these data structures are *supposed* to look like;
could anyone lend any insight into what's going on?
--
C. Morgan Hamill
<address@concealed>



Archive powered by MHonArc 2.6.19+.

Top of Page