add ldap.conf file format

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
This commit is contained in:
Dominik Csapak 2018-01-09 15:13:54 +01:00 committed by Dietmar Maurer
parent 8538d9a2e7
commit 5e1f12acae

View File

@ -30,7 +30,18 @@ The file `/etc/pmg/ldap.conf` contains the LDAP configuration.
File Format
-----------
TODO
The file is divided into a section for each LDAP profile. Each section has
the following format:
----
ldap: NAME
OPTION value
...
----
Blank lines in the file separates sections, and lines starting with a `#`
character are treated as comments and are also ignored.
Options
-------