Skip to Content.
Sympa Menu

devel - [sympa-dev] Authentification

Subject: Developers of Sympa

List archive

Chronological Thread  
  • From: "Sebastien DIAZ" <address@concealed>
  • To: address@concealed
  • Subject: [sympa-dev] Authentification
  • Date: Sat, 15 Jul 2006 13:20:46 +0200

Hi

I am developing an extension to do an authetification with Lemonldap.

How I can contribute ?

How we can connect directly to sympa without login.?

Actually I use a handler to acquire lemonldap authentification in an
indepedant module and I add a cookie that contain the email of the
user

With the cookie , I modify the wwsympa.fcgi (version $Revision: 1.520.2.6 )
I add before the line ## Get PATH_INFO parameters, this lines:
## Get Cookie Lemon
use CGI;
my $cgi = new CGI;
my $lemonLDAPCookie = $cgi->cookie(-name=>'sympaLemonLdap')||"NOCOOKIE";

and In the if of the selection of the authentification before the line
##Cookie extern : sympa_altemails, this lines:

}elsif ($lemonLDAPCookie ne "NOCOOKIE") {
($param->{'user'}{'email'}, $param->{'auth'}) = $lemonLDAPCookie;
}


Thanks for your help


  • [sympa-dev] Authentification, Sebastien DIAZ, 07/15/2006

Archive powered by MHonArc 2.6.19+.

Top of Page