qzwi: add LDAP
This commit is contained in:
parent
0e6fbd3e78
commit
471f8e8771
12 changed files with 412 additions and 1 deletions
|
@ -1,11 +1,25 @@
|
|||
hostname = "2a00:f820:528::4"
|
||||
bundles = []
|
||||
bundles = [
|
||||
"openldap",
|
||||
]
|
||||
groups = [
|
||||
"debian-bullseye",
|
||||
]
|
||||
|
||||
[metadata.interfaces.enp1s0]
|
||||
ips = [
|
||||
"31.47.232.108/29",
|
||||
"2a00:f820:528::4",
|
||||
]
|
||||
gateway4 = "31.47.232.105"
|
||||
gateway6 = "2a00:f820:528::1"
|
||||
|
||||
[metadata.openldap]
|
||||
my_hostname = "ldap.qzwi.de"
|
||||
ssl = "_.qzwi.de"
|
||||
backup = [
|
||||
"dc=qzwi,dc=de",
|
||||
]
|
||||
schemas = [
|
||||
"openssh-lpk_openldap",
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue