[SCM] Debian branch, master, updated. debian/1.2.2-1-12-gfe5fa79

Xavier Guimard x.guimard at free.fr
Thu Nov 29 05:26:52 UTC 2012


The following commit has been merged in the master branch:
commit ad00ce41a55a8ecaa0d32ce268e43cf4e8fa4835
Author: Xavier Guimard <x.guimard at free.fr>
Date:   Thu Nov 29 06:22:05 2012 +0100

    Update README.Debian

diff --git a/debian/README.Debian b/debian/README.Debian
new file mode 100644
index 0000000..b22add1
--- /dev/null
+++ b/debian/README.Debian
@@ -0,0 +1,58 @@
+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 /var/lib/lemonldap-ng/test/index.pl
+
+2 - Enable LL::NG sites in Apache
+---------------------------------
+
+Enable the components you've installed:
+
+  a2ensite handler-apache2.conf
+  a2ensite portal-apache2.conf
+  a2ensite manager-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 - See more
+------------
+
+http://lemonldap-ng.org/
+
diff --git a/debian/changelog b/debian/changelog
index 5f15ced..c547312 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,7 @@ lemonldap-ng (1.2.2-2) unstable; urgency=low
   * Clean postinst scripts
   * Update debian/copyright
   * Replace old jquery removal script by a patch
+  * Update README.Debian
 
  -- Xavier Guimard <x.guimard at free.fr>  Mon, 26 Nov 2012 21:23:58 +0100
 
diff --git a/debian/lemonldap-ng-doc.doc-base b/debian/lemonldap-ng-doc.doc-base
index 272967c..480d683 100644
--- a/debian/lemonldap-ng-doc.doc-base
+++ b/debian/lemonldap-ng-doc.doc-base
@@ -1,6 +1,6 @@
 Document: lemonldap-ng-doc
 Title: Lemonldap::NG documentation
-Author: Xavier Guimard
+Author: Clément Oudot
 Abstract: Those HTML documents contains all Lemonldap::NG documentation
  imported from http://lemonldap-ng.org
 Section: Web Development
diff --git a/debian/lemonldap-ng.docs b/debian/lemonldap-ng.docs
new file mode 100644
index 0000000..86ca00f
--- /dev/null
+++ b/debian/lemonldap-ng.docs
@@ -0,0 +1 @@
+README.Debian
diff --git a/debian/liblemonldap-ng-handler-perl.docs b/debian/liblemonldap-ng-handler-perl.docs
new file mode 100644
index 0000000..86ca00f
--- /dev/null
+++ b/debian/liblemonldap-ng-handler-perl.docs
@@ -0,0 +1 @@
+README.Debian
diff --git a/debian/liblemonldap-ng-manager-perl.docs b/debian/liblemonldap-ng-manager-perl.docs
new file mode 100644
index 0000000..86ca00f
--- /dev/null
+++ b/debian/liblemonldap-ng-manager-perl.docs
@@ -0,0 +1 @@
+README.Debian
diff --git a/debian/liblemonldap-ng-portal-perl.docs b/debian/liblemonldap-ng-portal-perl.docs
new file mode 100644
index 0000000..86ca00f
--- /dev/null
+++ b/debian/liblemonldap-ng-portal-perl.docs
@@ -0,0 +1 @@
+README.Debian

-- 
Debian



More information about the Pkg-perl-cvs-commits mailing list