From fd51bf5e10c7138fb839a735e9cf8c3b446bc85e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Oudot?= Date: Thu, 23 Jan 2014 16:39:56 +0000 Subject: [PATCH] Documentation update --- .../documentation/1.4/configlocation.html | 59 +++++++++++++++---- doc/pages/start.html | 2 +- 2 files changed, 50 insertions(+), 11 deletions(-) diff --git a/doc/pages/documentation/1.4/configlocation.html b/doc/pages/documentation/1.4/configlocation.html index 16188b70d..b4882d2c9 100644 --- a/doc/pages/documentation/1.4/configlocation.html +++ b/doc/pages/documentation/1.4/configlocation.html @@ -246,8 +246,47 @@ To see available actions, do: /usr/share/lemonldap-ng/bin/lemonldap-ng-cli help +

+By default, when you change a value, it will be written to configuration backend but: +

+ + +

+ +This allows to modify configuration without impacting running users. +

+ +

+You can force an update of the cache with: + +

+
+/usr/share/lemonldap-ng/bin/lemonldap-ng-cli update-cache
+
+ +

+And you can save current configuration into a new one: + +

+
+/usr/share/lemonldap-ng/bin/lemonldap-ng-cli increment
+
+ +

+To get information abour current configuration: + +

+
+/usr/share/lemonldap-ng/bin/lemonldap-ng-cli info
+
+ - +

Apache

@@ -280,7 +319,7 @@ These files must be included in Apache configuration, either with Include<

- +

Portal

@@ -379,7 +418,7 @@ In Portal virtual host, you will find several configuration parts: </Perl>
- +

Manager

@@ -409,7 +448,7 @@ Manager virtual host is used to serve configuration interface and local document </Directory>
- +

Handler

    @@ -464,7 +503,7 @@ Then, to protect a standard virutal host, the only configuration line to add is:
    PerlHeaderParserHandler My::Package
- +

Configuration reload

@@ -508,7 +547,7 @@ The reload target is managed in Apache configuration, inside a virt

- +

Local file

@@ -548,7 +587,7 @@ For example, to override configured skin for portal:

- +

Script files

@@ -563,7 +602,7 @@ LemonLDAP::NG allows to override any configuration parameter directly in script

- +

Portal

@@ -578,7 +617,7 @@ For example, in portal/index.pl: );
- +

Handler

@@ -593,4 +632,4 @@ For example, in handler/MyHandler.pm: );
- \ No newline at end of file + \ No newline at end of file diff --git a/doc/pages/start.html b/doc/pages/start.html index f71482846..0f078a017 100644 --- a/doc/pages/start.html +++ b/doc/pages/start.html @@ -293,6 +293,6 @@ LemonLDAP::NG is the first SSO softwar

- + \ No newline at end of file