]> git.proxmox.com Git - pmg-docs.git/commitdiff
add ldap.conf file format
authorDominik Csapak <d.csapak@proxmox.com>
Tue, 9 Jan 2018 14:13:54 +0000 (15:13 +0100)
committerDietmar Maurer <dietmar@proxmox.com>
Wed, 10 Jan 2018 05:10:01 +0000 (06:10 +0100)
Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
ldap.conf.adoc

index dbe0c542f913dabeb052892c8653d7f847fadbed..e1193bb4c93db9d861b8bf385090d4430d47ec2b 100644 (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
 -------