mirror of
https://git.proxmox.com/git/pmg-docs
synced 2025-08-07 14:55:59 +00:00
add ldap.conf file format
Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
This commit is contained in:
parent
8538d9a2e7
commit
5e1f12acae
@ -30,7 +30,18 @@ The file `/etc/pmg/ldap.conf` contains the LDAP configuration.
|
|||||||
File Format
|
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
|
Options
|
||||||
-------
|
-------
|
||||||
|
Loading…
Reference in New Issue
Block a user