Project

General

Profile

LDAP » History » Version 3

Marc Dequènes, 2021-07-08 16:36

1 1 Marc Dequènes
h1. LDAP
2
3 2 Marc Dequènes
h2. Configuration
4
5
The servers configuration is entirely managed via Ansible. Currently data is also generated via Ansible but this is temporary.
6
7 3 Marc Dequènes
All 3 servers are replicated using n-way sync (cn=config and the MilkyPond suffix).
8 2 Marc Dequènes
9 1 Marc Dequènes
h2. Authenticate via the command line
10
11 2 Marc Dequènes
(it automatically uses ldapi:/// and SASL/EXTERNAL)
12 1 Marc Dequènes
<pre>
13 2 Marc Dequènes
ldapsearch -b "cn=config"
14 1 Marc Dequènes
</pre>