]> git.proxmox.com Git - pmg-docs.git/blame - ldap.conf.adoc
add SSL ceriticate generation doc
[pmg-docs.git] / ldap.conf.adoc
CommitLineData
51ac9592
DM
1[[pmg_ldap_configuration_file]]
2ifdef::manvolnum[]
3ldap.conf(5)
4============
5:pmg-toplevel:
6
7NAME
8----
9
10ldap.conf - Proxmox Mail Gateway LDAP Configuration
11
12
13SYNOPSIS
14--------
15
16`/etc/pmg/ldap.conf`
17
18
19DESCRIPTION
20-----------
21endif::manvolnum[]
22ifndef::manvolnum[]
23LDAP Configuration
24==================
25endif::manvolnum[]
26
27The file `/etc/pmg/ldap.conf` contains the LDAP configuration.
28
29
30File Format
31-----------
32
5e1f12ac
DC
33The file is divided into a section for each LDAP profile. Each section has
34the following format:
35
36----
37ldap: NAME
38 OPTION value
39 ...
40----
41
42Blank lines in the file separates sections, and lines starting with a `#`
43character are treated as comments and are also ignored.
44
51ac9592
DM
45
46Options
47-------
48
49include::ldap.conf.5-opts.adoc[]
50
51
52ifdef::manvolnum[]
53include::pmg-copyright.adoc[]
54endif::manvolnum[]