From 5e1f12acaebfa63cff05a8f1c5f275e32daf2a1a Mon Sep 17 00:00:00 2001 From: Dominik Csapak Date: Tue, 9 Jan 2018 15:13:54 +0100 Subject: [PATCH] add ldap.conf file format Signed-off-by: Dominik Csapak --- ldap.conf.adoc | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/ldap.conf.adoc b/ldap.conf.adoc index dbe0c54..e1193bb 100644 --- a/ldap.conf.adoc +++ b/ldap.conf.adoc @@ -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 -------