gforge-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gforge-commits] gforge-plugin-ldapextauth/debian README.Debian, 1.1.1.1


From: lo-lan-do
Subject: [Gforge-commits] gforge-plugin-ldapextauth/debian README.Debian, 1.1.1.1, 1.2 changelog, 1.2, 1.3 control, 1.2, 1.3 copyright, 1.1.1.1, 1.2 rules, 1.1.1.1, 1.2
Date: Thu, 23 Sep 2004 16:11:24 -0500

Update of /cvsroot/gforge/gforge-plugin-ldapextauth/debian
In directory db.perdue.net:/tmp/cvs-serv14060/debian

Modified Files:
        README.Debian changelog control copyright rules 
Log Message:
Public release of working code.

Index: README.Debian
===================================================================
RCS file: /cvsroot/gforge/gforge-plugin-ldapextauth/debian/README.Debian,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- README.Debian       18 Jan 2004 21:47:19 -0000      1.1.1.1
+++ README.Debian       23 Sep 2004 21:11:21 -0000      1.2
@@ -2,6 +2,15 @@
 ------------------------------------
 
 This plugin allows Gforge to authenticate users against an external
-LDAP directory.
+LDAP directory.  In order to get it to be useful, you'll have to edit
+two configuration files:
 
- -- Roland Mas <address@hidden>, Sun Dec 14 21:55:40 2003
+- /etc/gforge/plugins/ldapextauth/config.php holds the information
+needed to access the LDAP server against which to authenticate, as
+well as how to generate the DN to try;
+
+- /etc/gforge/plugins/ldapextauth/mapping.php contains a function
+mapping LDAP attributes into the database attributes; compulsory
+fields are firstname, lastname and email, but others exist.
+
+ -- Roland Mas <address@hidden>, Sun Apr 18 17:45:57 2004

Index: changelog
===================================================================
RCS file: /cvsroot/gforge/gforge-plugin-ldapextauth/debian/changelog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- changelog   18 Jan 2004 21:54:55 -0000      1.2
+++ changelog   23 Sep 2004 21:11:21 -0000      1.3
@@ -1,6 +1,6 @@
-gforge-plugin-ldapextauth (0.1-1) experimental; urgency=low
+gforge-plugin-ldapextauth (1.0-0) experimental; urgency=low
 
-  * First release of the external LDAP authentication plugin.
+  * First real release of an external LDAP authentication plugin.
 
- -- Roland Mas <address@hidden>  Sun, 18 Jan 2004 22:44:46 +0100
+ -- Roland Mas <address@hidden>  Sun, 18 Apr 2004 17:42:42 +0200
 

Index: control
===================================================================
RCS file: /cvsroot/gforge/gforge-plugin-ldapextauth/debian/control,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- control     18 Jan 2004 21:54:55 -0000      1.2
+++ control     23 Sep 2004 21:11:21 -0000      1.3
@@ -13,4 +13,5 @@
  authenticate the users.  When they first try to log in, their
  login-name and password are checked against the LDAP tree.  If they
  match, the user is transparently inserted into the Gforge database
- and authentication proceeds normally from then on.
+ and authentication proceeds normally from then on.  Password changes
+ are also taken into account.

Index: copyright
===================================================================
RCS file: /cvsroot/gforge/gforge-plugin-ldapextauth/debian/copyright,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- copyright   18 Jan 2004 21:47:19 -0000      1.1.1.1
+++ copyright   23 Sep 2004 21:11:21 -0000      1.2
@@ -1,8 +1,9 @@
-This package was debianized by Roland Mas <address@hidden> on
-Sun, 14 Dec 2003 21:52:12 +0100
+This package was first debianized by Roland Mas <address@hidden>
+on Sun, 14 Dec 2003 21:52:12 +0100.
 
 Upstream Author: Roland Mas <address@hidden> (Based on an idea and
-preliminary code by Joseph Bironas <address@hidden>).
+preliminary code by Joseph Bironas <address@hidden>).  Later
+refined by same Roland Mas under contract for Gforge Group, LLC.
 
 Copyright:
 

Index: rules
===================================================================
RCS file: /cvsroot/gforge/gforge-plugin-ldapextauth/debian/rules,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- rules       18 Jan 2004 21:47:19 -0000      1.1.1.1
+++ rules       23 Sep 2004 21:11:21 -0000      1.2
@@ -40,7 +40,7 @@
        cp -r include/* $(DESTDIR)/usr/lib/gforge/plugins/$(PLUGIN)/include/
        # cp -r lib/* $(DESTDIR)/usr/lib/gforge/plugins/$(PLUGIN)/lib/
        # cp -r cgi-bin/* $(DESTDIR)/usr/lib/gforge/plugins/$(PLUGIN)/cgi-bin/
-       # cp -r etc/* $(DESTDIR)/etc/gforge/plugins/$(PLUGIN)/
+       cp -r etc/* $(DESTDIR)/etc/gforge/plugins/$(PLUGIN)/
        # cp -r www/* $(DESTDIR)/usr/share/gforge/www/plugins/$(PLUGIN)/
        # install -m 0644 httpd.conf 
$(DESTDIR)/etc/gforge/httpd.conf.d/50$(PLUGIN)
        # install -m 0600 httpd.secrets 
$(DESTDIR)/etc/gforge/httpd.secrets.d/50$(PLUGIN)





reply via email to

[Prev in Thread] Current Thread [Next in Thread]