taskSavannah Administration - Tasks: task #5727, Submission of Plugin Lemon LDAP...

 
 

task #5727: Submission of Plugin Lemon LDAP for Sympa

Submitter:  sebastien diaz <sebdiaz>
Submitted:  Mon 17 Jul 2006 03:21:37 PM UTC
   
 
Should Start On:  Sun 16 Jul 2006 10:00:00 PM UTC Should be Finished on:  Wed 26 Jul 2006 10:00:00 PM UTC
Category:  Project Approval Priority:  * 5 - Normal
Status:  Cancelled Privacy:  Public
Assigned to:  kickino Open/Closed:  Closed
* Mandatory Fields

Add a New Comment Rich Markup
   

Wed 23 Aug 2006 09:37:53 PM UTC, comment #4: 

Of course we can.

Regards and nice week.
The Savannah Administration Team

Sebastian Wieseler <kickino>
Mon 21 Aug 2006 06:48:49 PM UTC, comment #3: 

Sorry but I have more and more works.

Actually I'm speaking with Sympa to integrate it directly.

Can you close this task ?

Thanks

sebastien diaz <sebdiaz>
Mon 21 Aug 2006 03:10:38 PM UTC, comment #2: 

Hi,

I am waiting for an answer from you.

If within one week I still do not get a reply, I will remove your project.
You will still be able to register it again once you have the time to deal with the registration issues.

Are you still willing to host your project at Savannah?
If not, please tell us - we don't bite, and it will make us gain time.

Regards.

Sebastian Wieseler <kickino>
Mon 31 Jul 2006 07:15:56 PM UTC, comment #1: 

Hi,
I'm evaluating the project you submitted for approval in Savannah.

Please provide us with a tarball with your source code following the GPL guidelines:

In order to release your project properly and unambiguously under the GPL,
please place copyright notices and permission-to-copy statements at the beginning of every file of source code.

In addition, if you haven't already, please include a copy of the plain text version of the GPL,
available from http://www.gnu.org/licenses/gpl.txt, into a file named "COPYING".

For more information, see http://www.gnu.org/licenses/gpl-howto.html.

The GPL FAQ explains why these procedures must be followed.
To learn why a copy of the GPL must be included with every copy of the code, for example,
see http://www.gnu.org/licenses/gpl-faq.html#WhyMustIInclude.



Regards,

Sebastian Wieseler <kickino>
Mon 17 Jul 2006 03:21:37 PM UTC, original submission:  

A new project has been registered at Savannah
The project account will remain inactive until a site admin approve or discard the registration.


######### REGISTRATION ADMINISTRATION #########

While this item will be useful to track the registration process, approving or discarding the registration must be done using the specific "Group Administration" page, accessible only to site administrators, effectively logged as site administrators (superuser):

  <https://savannah.gnu.org/siteadmin/groupedit.php?group_id=8679>


######### REGISTRATION DETAILS #########

Full Name:
----------
  Plugin Lemon LDAP for Sympa

System Group Name:
-----------------
  pluglemonsympa

Type:
-----
  non-GNU software & documentation

License:
--------
  GNU General Public License V2 or later

Description:
------------
  Hello
I'm developing a Plugin for Sympa.org the mailing list manager.
This plugin is a technical authentification with LemonLDAP.org
My code is actually light without Makefile. But I need a technical ressource to save my work for all user that want use LemonLdap and Sympa.
I send my Light Code
package sympaHandler;
use strict;
use warnings;
use Apache2::RequestRec ();
use Apache2::RequestIO ();
use Apache2::Const -compile => qw(OK);
use MIME::Base64;
sub handler {
        my $r=shift;
        open(DAT,">/logs/gcp/sympa/cocoEE.log") ;
        my $myCookies=$r->headers_in->get('Cookie');
        print DAT "AA=$myCookies\n";
        print DAT "BB=";
        print DAT $r->header_in("Authorization");
        print DAT "\n";
        my $auth = $r->header_in("Authorization");
        $auth =~ s/Basic//;
        my ($user, $pass)=split(/:/, decode_base64($auth));
        print DAT "user=$user\n";

        if ($user ne ""&& !$myCookies =~ m/sympauser/)
        {
        my $LDAPHOST=$r->dir_config('LemonSympaLDAPHost');
        my $LDAPFilter=$r->dir_config('LemonSympaLDAPFilter');
        my $LDAPEmailAttr=$r->dir_config('LemonSympaLDAPEmailAttribute');
        my $LDAPEmailSel=$r->dir_config('LemonSympaLDAPEmailSelect');
        my $LemonConf=$r->dir_config('LemonSympaConfFile');
        my $LemonWWConf=$r->dir_config('LemonSympaWWConfFile');

        use lib '/applis/gcp/sympa/sympa/bin';
        use wwslib;
        use Log;
        use Conf;
        use Exporter;
use List;
        use mail;
        use smtp;
        use Conf;
        use Commands;
        use Language;
        use Log;
        use Auth;
        use admin;
        use CGI;
        use CGI::Cookie ;
        require "/applis/gcp/sympa/sympa/bin/tools.pl";
## Configuration
my $wwsconf = {};

## Change to your wwsympa.conf location
my $conf_file = '/applis/gcp/sympa/sympa/etc/wwsympa.conf';
my $sympa_conf_file = '/applis/gcp/sympa/sympa/etc/sympa.conf';
$conf_file = $LemonWWConf;
$sympa_conf_file = $LemonConf;
my $robot ;
my $param;
my $ip;




Other Software Required:
------------------------
  This plugin need Sympa and LDAP perl module, perl_mod for apache, CGI perl Module, ....


sebastien diaz <sebdiaz>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

CC list is empty

 

There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

Only logged-in users can vote.

 

Follow 5 latest changes.

Date Changed by Updated Field Previous Value => Replaced by
2006-08-23 kickino StatusPing-ed Cancelled
    Open/ClosedOpen Closed
2006-08-21 kickino StatusWait reply Ping-ed
2006-07-31 kickino StatusNone Wait reply
    Assigned toNone kickino

Back to the top

Powered by Savane 3.13-d3ae.
Corresponding source code