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