pmg-docs/ldap.conf.adoc
Dominik Csapak 5e1f12acae add ldap.conf file format
Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
2018-01-10 06:10:01 +01:00

55 lines
804 B
Plaintext

[[pmg_ldap_configuration_file]]
ifdef::manvolnum[]
ldap.conf(5)
============
:pmg-toplevel:
NAME
----
ldap.conf - Proxmox Mail Gateway LDAP Configuration
SYNOPSIS
--------
`/etc/pmg/ldap.conf`
DESCRIPTION
-----------
endif::manvolnum[]
ifndef::manvolnum[]
LDAP Configuration
==================
endif::manvolnum[]
The file `/etc/pmg/ldap.conf` contains the LDAP configuration.
File Format
-----------
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
-------
include::ldap.conf.5-opts.adoc[]
ifdef::manvolnum[]
include::pmg-copyright.adoc[]
endif::manvolnum[]