parent
573f9cdbbe
commit
12a65c282f
@ -1,18 +0,0 @@ |
||||
Nginx |
||||
===== |
||||
|
||||
|
||||
.. attention:: |
||||
|
||||
Nginx is fully supported by LemonLDAP::NG since version |
||||
1.9. |
||||
|
||||
Presentation |
||||
------------ |
||||
|
||||
Nginx is a very fast web server. It can be used to host the portal or |
||||
the manager through its FastCGI support and can be used to protect |
||||
applications using the auth_request module (dialing with a FastCGI |
||||
authorization server). See |
||||
:doc:`installation pages<../start>` to know how install |
||||
and use it. |
@ -1,21 +0,0 @@ |
||||
Favorite Applications |
||||
===================== |
||||
|
||||
Presentation |
||||
------------ |
||||
|
||||
LemonLDAP::NG allows users to select and store their favorite |
||||
applications. |
||||
|
||||
Users can access to their favorite applications in menu tab, if |
||||
``Favorite Apps`` module is enabled. |
||||
|
||||
Configuration |
||||
------------- |
||||
|
||||
This feature can be enabled and configured in Manager, in |
||||
``General Parameters`` » ``Portal`` » ``Menu`` » ``Modules activation`` |
||||
» ``Favorite Apps``. You can define activation rule and how many |
||||
favorite applications can be stored. |
||||
|
||||
Users can reset all their favorite applications. |
@ -1,29 +0,0 @@ |
||||
JSON File configuration backend |
||||
=============================== |
||||
|
||||
This works like :doc:`File backend<fileconfbackend>`, except that data |
||||
are serialized in JSON. |
||||
|
||||
|
||||
.. tip:: |
||||
|
||||
This configuration storage can be shared between different |
||||
hosts using: |
||||
|
||||
- :doc:`SOAP configuration backend proxy<soapconfbackend>` |
||||
- any files sharing system (NFS, NAS, SAN,...) |
||||
|
||||
|
||||
|
||||
Configuration |
||||
------------- |
||||
|
||||
You just have to configure a directory writable by Apache user and set |
||||
it in [configuration] section in your lemonldap-ng.ini file: |
||||
|
||||
.. code-block:: ini |
||||
|
||||
[configuration] |
||||
type = JSONFile |
||||
dirName = /var/lib/lemonldap-ng/conf |
||||
|
@ -1,40 +0,0 @@ |
||||
Memcached session backend |
||||
========================= |
||||
|
||||
|
||||
.. attention:: |
||||
|
||||
\ `Memcached <http://memcached.org/>`__ can be used with |
||||
LL::NG, but some features will not work since Memcached doesn't provide |
||||
any parsing system: |
||||
|
||||
- Session expiration: sessions will never expire (server side) |
||||
- :ref:`Session explorer<session-explorer>` will not work |
||||
- :ref:`Session restrictions<session-restrictions>` will not work |
||||
|
||||
To keep Memcached performance level and LL::NG features, you can replace |
||||
`Memcached <http://memcached.org/>`__ by |
||||
`Redis <http://code.google.com/p/redis/>`__ using |
||||
:doc:`NoSQL session backend<nosqlsessionbackend>`. |
||||
|
||||
Setup |
||||
----- |
||||
|
||||
Install and launch a `Memcached server <http://memcached.org/>`__. |
||||
|
||||
In the manager: set |
||||
`Apache::Session::Memcached <https://metacpan.org/pod/Apache::Session::Memcached>`__ |
||||
in ``General parameters`` » ``Sessions`` » ``Session storage`` » |
||||
``Apache::Session module`` and add the following parameters (case |
||||
sensitive): |
||||
|
||||
=================== ================= ============================= |
||||
Required parameters |
||||
=================== ================= ============================= |
||||
Name Comment Example |
||||
**Servers** Memcached servers 10.0.0.1:20000 10.0.0.2:20000 |
||||
=================== ================= ============================= |
||||
|
||||
See |
||||
`Apache::Session::Memcached <https://metacpan.org/pod/Apache::Session::Memcached>`__ |
||||
for optional parameters. |
Loading…
Reference in new issue