add ldap frontend

This commit is contained in:
Franzi 2021-12-21 10:48:22 +01:00
parent 6543d1eba4
commit 121f49a828
Signed by: kunsi
GPG key ID: 12E3D2136B818350
5 changed files with 109 additions and 0 deletions

View file

@ -1,6 +1,7 @@
#hostname = "2a00:f820:528::4"
hostname = "31.47.232.108"
bundles = [
"ldap-frontend",
"letsencrypt",
"nginx",
"nextcloud",
@ -37,6 +38,8 @@ ssl = "letsencrypt"
[metadata.nginx.vhosts.openldap]
domain = "ldap.qzwi.de"
ssl = "letsencrypt"
[metadata.nginx.vhosts.openldap.locations."/"]
target = "http://127.0.0.1:23000"
[metadata.openldap]
my_hostname = "ldap.qzwi.de"
@ -52,6 +55,14 @@ schemas = [
write = [
"uid=nextcloud,ou=Applications,dc=qzwi,dc=de",
]
manage = [
"uid=ldap-frontend,ou=Applications,dc=qzwi,dc=de",
]
[metadata.openldap.access."ou=Groups,dc=qzwi,dc=de"]
manage = [
"uid=ldap-frontend,ou=Applications,dc=qzwi,dc=de",
]
[metadata.vm]
cpu = 4