mirror of
https://github.com/kakwa/ldapcherry
synced 2024-11-25 18:54:29 +01:00
fix typos
This commit is contained in:
parent
5626726aa8
commit
64479fd4de
@ -32,12 +32,12 @@ It's main features are:
|
|||||||
* roles management (as in "groups of groups")
|
* roles management (as in "groups of groups")
|
||||||
* autofill forms
|
* autofill forms
|
||||||
* password policy
|
* password policy
|
||||||
* self modification of some selected fields by normal (non admin) users
|
* self modification of some selected fields by normal (non administrator) users
|
||||||
* nice bootstrap interface
|
* nice bootstrap interface
|
||||||
* modular through pluggable auth, password policy and backend modules
|
* modular through pluggable authentication, password policy and backend modules
|
||||||
|
|
||||||
LdapCherry is not limited to ldap, it can handle virtually any user backend (ex: SQL database, htpasswd file, etc)
|
LdapCherry is not limited to ldap, it can handle virtually any user backend (ex: SQL database, htpasswd file, etc)
|
||||||
through the proper pluggin (provided that it is implemented ^^).
|
through the proper plugin (provided that it is implemented ^^).
|
||||||
|
|
||||||
LdapCherry also aims to be as simple as possible to deploy: no crazy dependencies,
|
LdapCherry also aims to be as simple as possible to deploy: no crazy dependencies,
|
||||||
few configuration files, extensive debug logs and full documentation.
|
few configuration files, extensive debug logs and full documentation.
|
||||||
|
@ -95,7 +95,7 @@ If **type** is set to **stringlist** the parameter **values** must be filled wit
|
|||||||
Key attribute:
|
Key attribute:
|
||||||
^^^^^^^^^^^^^^
|
^^^^^^^^^^^^^^
|
||||||
|
|
||||||
One attribute must be used as a unique key accross all backends:
|
One attribute must be used as a unique key across all backends:
|
||||||
|
|
||||||
To set the key attribute, you must set **key** to **True** on this attribute.
|
To set the key attribute, you must set **key** to **True** on this attribute.
|
||||||
|
|
||||||
@ -137,7 +137,7 @@ In such case, the parameter **self** must set to **True**:
|
|||||||
Autofill
|
Autofill
|
||||||
^^^^^^^^
|
^^^^^^^^
|
||||||
|
|
||||||
LdapCherry has the possibility to autofill fields from other fields,
|
LdapCherry has the possibility to auto-fill fields from other fields,
|
||||||
to use this functionnality **autofill** must be set.
|
to use this functionnality **autofill** must be set.
|
||||||
|
|
||||||
Example:
|
Example:
|
||||||
@ -161,12 +161,12 @@ Example:
|
|||||||
backends:
|
backends:
|
||||||
ldap: gidNumber
|
ldap: gidNumber
|
||||||
|
|
||||||
Arguments of the autofill function work as follow:
|
Arguments of the **autofill** function work as follow:
|
||||||
|
|
||||||
* if argument starts with **$**, for example **$my_field**, the value of form input **my_field** will be passed to the function.
|
* if argument starts with **$**, for example **$my_field**, the value of form input **my_field** will be passed to the function.
|
||||||
* otherwise, it will be treated as a fixed argument.
|
* otherwise, it will be treated as a fixed argument.
|
||||||
|
|
||||||
Available autofill functions:
|
Available **autofill** functions:
|
||||||
|
|
||||||
* lcUid: generate 8 characters uid from 2 other fields (first letter of the first field, 7 first letters of the second):
|
* lcUid: generate 8 characters uid from 2 other fields (first letter of the first field, 7 first letters of the second):
|
||||||
|
|
||||||
@ -425,7 +425,7 @@ Logging
|
|||||||
|
|
||||||
LdapCherry has two loggers, one for errors and applicative actions (login, del/add, logout...) and one for access logs.
|
LdapCherry has two loggers, one for errors and applicative actions (login, del/add, logout...) and one for access logs.
|
||||||
|
|
||||||
Each logger can be configured to log to syslog, file or be desactivated.
|
Each logger can be configured to log to syslog, file or be disabled.
|
||||||
|
|
||||||
Logging parameters:
|
Logging parameters:
|
||||||
|
|
||||||
@ -461,6 +461,12 @@ Example:
|
|||||||
Other LdapCherry parameters
|
Other LdapCherry parameters
|
||||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
|
+---------------+-----------+--------------------------------+------------------------+
|
||||||
|
| Parameter | Section | Description | Values |
|
||||||
|
+===============+===========+================================+========================+
|
||||||
|
| template_dir | resources | LdapCherry template directory | path to template dir |
|
||||||
|
+---------------+-----------+--------------------------------+------------------------+
|
||||||
|
|
||||||
.. sourcecode:: ini
|
.. sourcecode:: ini
|
||||||
|
|
||||||
# resources parameters
|
# resources parameters
|
||||||
|
Loading…
Reference in New Issue
Block a user