LDAP » History » Version 2
Marc Dequènes, 2021-06-30 16:32
| 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 | All 3 servers are replicated using n-way sync (cn=config and the MulkyPond suffix). |
||
| 8 | |||
| 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> |