Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Xavier Bachelot
lemonldap-ng
Commits
854b1d35
Commit
854b1d35
authored
Dec 29, 2012
by
Yadd
Browse files
Update Debian files
parent
16052cd2
Changes
6
Hide whitespace changes
Inline
Side-by-side
debian/NEWS
View file @
854b1d35
lemonldap-ng (1.2.2-3) unstable; urgency=low
Examples files (Apache configuration and default handler files) are now not
installed in /var/lib/lemonldap-ng/handler but available as examples files
-- Xavier Guimard <x.guimard@free.fr> Wed, 05 Dec 2012 06:27:45 +0100
lemonldap-ng (1.2.2-2) unstable; urgency=low
Since 1.2.2, LemonLDAP::NG uses 'Demo' authentication backend by default
...
...
debian/README.Debian
View file @
854b1d35
...
...
@@ -14,11 +14,16 @@ with a quick sed command. For example, we change it to ow2.org:
Enable the components you've installed:
a2ensite handler-apache2.conf
# Portal
a2ensite portal-apache2.conf
# Manager
a2ensite manager-apache2.conf
a2ensite test-apache2.conf
# Handler
a2ensite handler-apache2.conf
and enable mod_perl if not already loaded:
a2enmod perl
...
...
@@ -52,6 +57,15 @@ following accounts:
msmith msmith user
dwho dwho administrator
6 - Base configuration file
---------------------------
The configuration is managed by the manager with the exception of some basic
parameters such as the storage type configuration. These parameters are defined
in the file /etc/lemonldap-ng/lemonldap-ng.ini.
This file can also be used to override the global configuration locally
6 - See more
------------
...
...
debian/control
View file @
854b1d35
...
...
@@ -37,10 +37,15 @@ Depends: ${misc:Depends},
liblemonldap-ng-portal-perl (= ${binary:Version})
Description: LemonLDAP::NG is an OpenID, CAS and SAML compatible Web-SSO system
Lemonldap::NG is a complete Web-SSO system that can run with reverse-proxies
or directly on application Apache servers. It can b
u
used in conjunction with
or directly on application Apache servers. It can b
e
used in conjunction with
OpenID, CAS and SAML systems as identity or service provider. It can also be
used as proxy between those federation systems.
.
It manages both authentication and authorization and provides headers fors
accounting. So you can have a full AAA protection. Authorization are build by
associating a regular expression and a rule. Regular expression is applied on
the requested URL and the rule calculates if the user is authorizated.
.
This package is a metapackage that install handler, manager and portal.
Package: lemonldap-ng-doc
...
...
@@ -49,10 +54,15 @@ Section: doc
Depends: ${misc:Depends}
Description: Lemonldap::NG Web-SSO system documentation
Lemonldap::NG is a complete Web-SSO system that can run with reverse-proxies
or directly on application Apache servers. It can b
u
used in conjunction with
or directly on application Apache servers. It can b
e
used in conjunction with
OpenID, CAS and SAML systems as identity or service provider. It can also be
used as proxy between those federation systems.
.
It manages both authentication and authorization and provides headers fors
accounting. So you can have a full AAA protection. Authorization are build by
associating a regular expression and a rule. Regular expression is applied on
the requested URL and the rule calculates if the user is authorizated.
.
This package contains html documentation.
Package: liblemonldap-ng-handler-perl
...
...
@@ -71,10 +81,15 @@ Suggests: libcache-memcached-perl,
libsoap-lite-perl
Description: Lemonldap::NG Apache handler part
Lemonldap::NG is a complete Web-SSO system that can run with reverse-proxies
or directly on application Apache servers. It can b
u
used in conjunction with
or directly on application Apache servers. It can b
e
used in conjunction with
OpenID, CAS and SAML systems as identity or service provider. It can also be
used as proxy between those federation systems.
.
It manages both authentication and authorization and provides headers fors
accounting. So you can have a full AAA protection. Authorization are build by
associating a regular expression and a rule. Regular expression is applied on
the requested URL and the rule calculates if the user is authorizated.
.
This package installs the Apache module part (handler) used to protect web
areas.
...
...
@@ -92,10 +107,15 @@ Recommends: libdbi-perl,
libsoap-lite-perl
Description: Lemonldap::NG common files
Lemonldap::NG is a complete Web-SSO system that can run with reverse-proxies
or directly on application Apache servers. It can b
u
used in conjunction with
or directly on application Apache servers. It can b
e
used in conjunction with
OpenID, CAS and SAML systems as identity or service provider. It can also be
used as proxy between those federation systems.
.
It manages both authentication and authorization and provides headers fors
accounting. So you can have a full AAA protection. Authorization are build by
associating a regular expression and a rule. Regular expression is applied on
the requested URL and the rule calculates if the user is authorizated.
.
This package installs common files used by other Lemonldap::NG modules.
Package: liblemonldap-ng-manager-perl
...
...
@@ -118,10 +138,15 @@ Recommends: lemonldap-ng-doc (= ${binary:Version}),
Pre-Depends: debconf
Description: Lemonldap::NG manager part
Lemonldap::NG is a complete Web-SSO system that can run with reverse-proxies
or directly on application Apache servers. It can b
u
used in conjunction with
or directly on application Apache servers. It can b
e
used in conjunction with
OpenID, CAS and SAML systems as identity or service provider. It can also be
used as proxy between those federation systems.
.
It manages both authentication and authorization and provides headers fors
accounting. So you can have a full AAA protection. Authorization are build by
associating a regular expression and a rule. Regular expression is applied on
the requested URL and the rule calculates if the user is authorizated.
.
This package installs the administration interface (manager).
Package: liblemonldap-ng-portal-perl
...
...
@@ -156,9 +181,14 @@ Suggests: libauthcas-perl,
Pre-Depends: debconf
Description: Lemonldap::NG authentication portal part
Lemonldap::NG is a complete Web-SSO system that can run with reverse-proxies
or directly on application Apache servers. It can b
u
used in conjunction with
or directly on application Apache servers. It can b
e
used in conjunction with
OpenID, CAS and SAML systems as identity or service provider. It can also be
used as proxy between those federation systems.
.
It manages both authentication and authorization and provides headers fors
accounting. So you can have a full AAA protection. Authorization are build by
associating a regular expression and a rule. Regular expression is applied on
the requested URL and the rule calculates if the user is authorizated.
.
This package installs the authentication portal.
debian/copyright
View file @
854b1d35
...
...
@@ -148,6 +148,14 @@ License: GPL-3+
On Debian systems, the complete text of version 3 of the GNU General
Public License can be found in `/usr/share/common-licenses/GPL-2'
License: LGPL-2
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as
published by the Free Software Foundation; version 2.
.
On Debian systems, the full text of the GNU Lesser General Public License
version 2 can be found in the file `/usr/share/common-licenses/LGPL-2'.
License: LGPL-3
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as
...
...
debian/lemonldap-ng-doc.links
View file @
854b1d35
...
...
@@ -8,4 +8,3 @@
/usr/share/doc/lemonldap-ng-doc/lib/images/interwiki/wp.gif /usr/share/doc/lemonldap-ng-doc/lib/images/interwiki/wppl.gif
/usr/share/doc/lemonldap-ng-doc/media/screenshots/1.00/status_standard.png /usr/share/doc/lemonldap-ng-doc/media/documentation/status_standard.png
/usr/share/doc/lemonldap-ng-doc/lib/images/smileys/icon_frown.gif /usr/share/doc/lemonldap-ng-doc/lib/images/smileys/icon_sad.gif
debian/liblemonldap-ng-handler-perl.links
View file @
854b1d35
/etc/lemonldap-ng/handler-apache2.conf /etc/apache2/sites-available/handler-apache2.conf
/etc/lemonldap-ng/test-apache2.conf /etc/apache2/sites-available/test-apache2.conf
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment