The ungleich LDAP guide » History » Version 1
Nico Schottelius, 01/15/2019 12:47 PM
1 | 1 | Nico Schottelius | h1. The ungleich LDAP guide |
---|---|---|---|
2 | |||
3 | h2. Status |
||
4 | |||
5 | This article is *IN PROGRESS*. |
||
6 | |||
7 | h2. Servers |
||
8 | |||
9 | * All LDAP servers are running in pairs and are using LDAP replication. |
||
10 | * Servers can only be contacted using ldap:// with TLS |
||
11 | ** Version 1 servers also support ldaps:// |
||
12 | |||
13 | |||
14 | h2. Search all elements |
||
15 | |||
16 | <pre> |
||
17 | ldapsearch -H ldap://ldap1.ungleich.ch -Z -x -D <BINDDN> -b dc=ungleich,dc=ch -w PASSWORD |
||
18 | </pre> |
||
19 | |||
20 | h2. Setting up new servers |
||
21 | |||
22 | The cdist type "__ungleich_ldap" can be used to setup new pairs of LDAP servers. After configuring the host, |