LDAP » History » Revision 2
Revision 1 (Marc Dequènes, 2018-05-02 17:53) → Revision 2/3 (Marc Dequènes, 2021-06-30 16:32)
h1. LDAP h2. Configuration The servers configuration is entirely managed via Ansible. Currently data is also generated via Ansible but this is temporary. All 3 servers are replicated using n-way sync (cn=config and the MulkyPond suffix). h2. Authenticate via the command line (it automatically uses ldapi:/// and SASL/EXTERNAL) <pre> ldapsearch -Y EXTERNAL -H ldapi:/// -b "cn=config" </pre>