LemonLDAP::NG Web SSO
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
lemonldap-ng/debian
Xavier Guimard 094519e81b Replace own minifier by yui-compressor (Closes: #908) 9 years ago
..
po Add NL Debian translation 10 years ago
source Reorganize files - work in progress (#444) 13 years ago
NEWS Backport changes from Debian packaging 10 years ago
README.Debian Convert default configuration file to JSFile (#821) 10 years ago
changelog Set trunk version to 1.9.0 10 years ago
compat Backport changes from Debian packaging 10 years ago
control Replace own minifier by yui-compressor (Closes: #908) 9 years ago
copyright Fix many license problems (reported by cme) 10 years ago
distributions Add armel repository (#508) 13 years ago
lemonldap-ng-doc.doc-base Add fr translations files in debian package (was empty before) 10 years ago
lemonldap-ng-doc.docs Update Debian files (work done by the Debian Perl Group) 13 years ago
lemonldap-ng-fr-doc.doc-base Add new lemonldap-ng-fr-doc package in Debian build 12 years ago
lemonldap-ng-fr-doc.docs Add new lemonldap-ng-fr-doc package in Debian build 12 years ago
lemonldap-ng-fr-doc.links Remove duplicated images in Debian packages 12 years ago
lemonldap-ng.dirs Reorganize files - work in progress (#444) 13 years ago
lemonldap-ng.docs Update Debian files (work done by the Debian Perl Group) 13 years ago
lemonldap-ng.links Update Debian files (work done by the Debian Perl Group) 13 years ago
liblemonldap-ng-common-perl.config Backport changes from Debian packaging 10 years ago
liblemonldap-ng-common-perl.dirs Rename liblemonldap-ng-conf-perl to liblemonldap-ng-common-perl 12 years ago
liblemonldap-ng-common-perl.install Create key rotation script (#184) 10 years ago
liblemonldap-ng-common-perl.lintian-overrides Convert default configuration file to JSFile (#821) 10 years ago
liblemonldap-ng-common-perl.postinst Backport changes from Debian packaging 10 years ago
liblemonldap-ng-common-perl.templates Rename liblemonldap-ng-conf-perl to liblemonldap-ng-common-perl 12 years ago
liblemonldap-ng-handler-perl.cron.d Reorganize files - work in progress (#444) 13 years ago
liblemonldap-ng-handler-perl.dirs Fix LEMONLDAP-579 (missing dir in handler debian package) 13 years ago
liblemonldap-ng-handler-perl.docs Update Debian files (work done by the Debian Perl Group) 13 years ago
liblemonldap-ng-handler-perl.examples Keep old name for Debian Apache files 10 years ago
liblemonldap-ng-handler-perl.install Keep old name for Debian Apache files 10 years ago
liblemonldap-ng-handler-perl.links Keep old name for Debian Apache files 10 years ago
liblemonldap-ng-handler-perl.lintian-overrides Remove Cache::Memcached from build dependencies 12 years ago
liblemonldap-ng-handler-perl.postinst Fix some tests after recent modifications on Handler 11 years ago
liblemonldap-ng-handler-perl.postrm Use override instead of postinst files to fix permissions in Debian install 12 years ago
liblemonldap-ng-manager-perl.docs Install markdown pages in debian doc 10 years ago
liblemonldap-ng-manager-perl.examples Fix installation process to not stop because of new Manager code (#820) 10 years ago
liblemonldap-ng-manager-perl.install Keep old name for Debian Apache files 10 years ago
liblemonldap-ng-manager-perl.links Keep old name for Debian Apache files 10 years ago
liblemonldap-ng-manager-perl.postrm Use override instead of postinst files to fix permissions in Debian install 12 years ago
liblemonldap-ng-manager-perl.preinst Fix installation process to not stop because of new Manager code (#820) 10 years ago
liblemonldap-ng-portal-perl.cron.d Reorganize files - work in progress (#444) 13 years ago
liblemonldap-ng-portal-perl.dirs Remove old captcha dirs (#780) 11 years ago
liblemonldap-ng-portal-perl.docs Update Debian files (work done by the Debian Perl Group) 13 years ago
liblemonldap-ng-portal-perl.examples Reorganize files - work in progress (#444) 13 years ago
liblemonldap-ng-portal-perl.install Keep old name for Debian Apache files 10 years ago
liblemonldap-ng-portal-perl.links Keep old name for Debian Apache files 10 years ago
liblemonldap-ng-portal-perl.lintian-overrides Remove old captcha dirs (#780) 11 years ago
liblemonldap-ng-portal-perl.postinst Add captcha dir in Debian packaging (#642) 12 years ago
liblemonldap-ng-portal-perl.postrm Use override instead of postinst files to fix permissions in Debian install 12 years ago
liblemonldap-ng-portal-perl.preinst Use override instead of postinst files to fix permissions in Debian install 12 years ago
migrating.sql Reorganize files - work in progress (#444) 13 years ago
rules Replace own minifier by yui-compressor (Closes: #908) 9 years ago
source.lintian-overrides Hide bad warnings 11 years ago
watch Reorganize files - work in progress (#444) 13 years ago

README.Debian

FIRST CONFIGURATION STEPS

1 - Change default DNS domain
-----------------------------

By default, DNS domain is example.com. You can change using dpkg-reconfigure or
with a quick sed command. For example, we change it to ow2.org:

sed -i 's/example\.com/ow2.org/g' /etc/lemonldap-ng/* \
/var/lib/lemonldap-ng/conf/lmConf-1.js /var/lib/lemonldap-ng/test/index.pl

2 - Enable LL::NG sites in Apache
---------------------------------

Enable the components you've installed:

# Portal
a2ensite portal-apache2.conf

# Manager
a2ensite manager-apache2.conf

# Handler
a2ensite handler-apache2.conf
a2ensite test-apache2.conf

and enable mod_perl if not already loaded:

a2enmod perl

Then restart Apache:

apache2ctl configtest
apache2ctl restart

3 - Check your DNS
------------------

Be sure that your browser can join (adapt it with your domain):
- auth.example.com : the authentication portal
- manager.example.com: the configuration interface

4 - Connect to the manager
--------------------------

Go to http://manager.example.com/, you'll be redirected to the portal. Then
enjoy!

5 - Default accounts
--------------------

By default, LemonLDAP::NG use "Demo" authentication backend, so you can use the
following accounts:

Login Password Role
rtyler rtyler user
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
------------

http://lemonldap-ng.org/