--- simpleid-ldap-1.0.0.orig/debian/README.Debian +++ simpleid-ldap-1.0.0/debian/README.Debian @@ -0,0 +1,25 @@ + +SimpleID LDAP plugin +-------------------- + +Please see the excellent documentation included in the upstream +README file + +Please also see the README.Debian file from SimpleID: + + /usr/share/doc/simpleid/README.Debian + +for specific details about how SimpleID is deployed on Debian, +where config files and identity files are located, etc. + +Quickstart +---------- + +You MUST modify + + /etc/simpleid/ldap-filesystem.store.config.php + +to include the hostname or LDAP URL of your LDAP server, and your +base DN. + + --- simpleid-ldap-1.0.0.orig/debian/compat +++ simpleid-ldap-1.0.0/debian/compat @@ -0,0 +1 @@ +5 --- simpleid-ldap-1.0.0.orig/debian/copyright +++ simpleid-ldap-1.0.0/debian/copyright @@ -0,0 +1,26 @@ + +Debian packaging is: + + Copyright (C) 2012 Daniel Pocock + and is licensed under the GPL version 3, found in + /usr/share/common-licenses/GPL-3 + on your Debian system. + +SimpleID-LDAP upstream distribution: + + Copyright 2011 Kelvin Mo + Copyright 2012 Daniel Pocock + and is licensed under the GPL version 3, found in + /usr/share/common-licenses/GPL-3 + on your Debian system. + + This code is based on a plugin API from the SimpleID package, + the API is: + + Copyright 2011 Kelvin Mo + GNU General Public License v2 + + The full license text can be found in + /usr/share/common-licenses/GPL-2 + + --- simpleid-ldap-1.0.0.orig/debian/rules +++ simpleid-ldap-1.0.0/debian/rules @@ -0,0 +1,5 @@ +#!/usr/bin/make -f + +include /usr/share/cdbs/1/rules/debhelper.mk + + --- simpleid-ldap-1.0.0.orig/debian/simpleid-ldap.docs +++ simpleid-ldap-1.0.0/debian/simpleid-ldap.docs @@ -0,0 +1 @@ +README --- simpleid-ldap-1.0.0.orig/debian/simpleid-ldap.install +++ simpleid-ldap-1.0.0/debian/simpleid-ldap.install @@ -0,0 +1,2 @@ +ldap-filesystem.store.inc usr/share/simpleid/www +debian/conf/* etc/simpleid --- simpleid-ldap-1.0.0.orig/debian/simpleid-ldap.links +++ simpleid-ldap-1.0.0/debian/simpleid-ldap.links @@ -0,0 +1 @@ +etc/simpleid/ldap-filesystem.store.config.php usr/share/simpleid/www/ldap-filesystem.store.config.php --- simpleid-ldap-1.0.0.orig/debian/watch +++ simpleid-ldap-1.0.0/debian/watch @@ -0,0 +1,2 @@ +version=3 +https://github.com/dpocock/simpleid-ldap/tags .*/tarball/(\d[\d\.]+) --- simpleid-ldap-1.0.0.orig/debian/control +++ simpleid-ldap-1.0.0/debian/control @@ -0,0 +1,25 @@ +Source: simpleid-ldap +Section: web +Priority: extra +Maintainer: Debian Authentication Maintainers +Uploaders: Daniel Pocock +Build-Depends: debhelper (>= 9), cdbs (>= 0.4.89) +Standards-Version: 3.9.4 +Homepage: https://github.com/simpleid/simpleid-ldap +Vcs-Git: git://git.debian.org/pkg-auth/simpleid-ldap.git +Vcs-Browser: http://git.debian.org/?p=pkg-auth/simpleid-ldap.git;a=summary + +Package: simpleid-ldap +Architecture: all +Depends: debconf | debconf-2.0, apache2 | lighttpd | httpd, + libapache2-mod-php5, libjs-jquery, simpleid, php-net-ldap2, ${misc:Depends} +Description: simple OpenID provider implemented in PHP - LDAP plugin + SimpleID is a simple, personal OpenID provider written in PHP. OpenID + is a way to provide for a single digital identity across the Internet. + To get an OpenID you need to sign up to an OpenID provider, who acts as + the "custodian" of your digital identity. Every time you want to log into + an OpenID-enabled web site, you will be redirected to your OpenID provider, + who will then verify your identity and provide this to the web site. + . + This plugin provides support for authenticating user passwords using + an LDAP server rather than the default flat files supported by SimpleID. --- simpleid-ldap-1.0.0.orig/debian/changelog +++ simpleid-ldap-1.0.0/debian/changelog @@ -0,0 +1,12 @@ +simpleid-ldap (1.0.0-2) unstable; urgency=low + + * Update Homepage location (Closes: #673969) + * Migrate from collab-maint to pkg-auth + + -- Daniel Pocock Mon, 16 Sep 2013 15:56:00 +0200 + +simpleid-ldap (1.0.0-1) unstable; urgency=low + + * Initial packaging (Closes: #672417). + + -- Daniel Pocock Fri, 11 May 2012 00:00:06 +0200 --- simpleid-ldap-1.0.0.orig/debian/conf/ldap-filesystem.store.config.php +++ simpleid-ldap-1.0.0/debian/conf/ldap-filesystem.store.config.php @@ -0,0 +1,20 @@ + --- simpleid-ldap-1.0.0.orig/debian/source/format +++ simpleid-ldap-1.0.0/debian/source/format @@ -0,0 +1 @@ +1.0