add ldap frontend
This commit is contained in:
parent
6543d1eba4
commit
121f49a828
5 changed files with 109 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue