Skip to content
Snippets Groups Projects
Commit 166bfa5e authored by Christian Elberfeld's avatar Christian Elberfeld
Browse files

cleanups

parent 89035e3e
No related branches found
No related tags found
No related merge requests found
...@@ -3,14 +3,7 @@ ...@@ -3,14 +3,7 @@
# Letsencrypt notification mail # Letsencrypt notification mail
letsencrypt_mail: verwaltung@warpzone.ms letsencrypt_mail: verwaltung@warpzone.ms
# IP Adresse des LDAP Servers
# Extern läuft auf dem webserver
ldap_ip_ext: 10.0.20.2
# int ist noch ungenutzt / später replikation in der Zone
ldap_ip_int: 10.0.20.2
ldap_base_dn: dc=warpzone,dc=ms
ldap_readonly_bind_dn: cn=readonly,dc=warpzone,dc=ms
# Zentrale InfluxDb für Systemmonitoring # Zentrale InfluxDb für Systemmonitoring
influxdb_sysmon: influxdb_sysmon:
......
...@@ -10,8 +10,9 @@ ldap_ip_ext: 10.0.20.2 ...@@ -10,8 +10,9 @@ ldap_ip_ext: 10.0.20.2
# int ist noch ungenutzt / später replikation in der Zone # int ist noch ungenutzt / später replikation in der Zone
ldap_ip_int: 10.0.20.2 ldap_ip_int: 10.0.20.2
# Basis-Informationen der LDAP Konfiguration # Basis-Informationen der LDAP Konfiguration
ldap_org: Warpzone TEST ldap_org: Warpzone
ldap_domain: warpzone.ms ldap_domain: warpzone.ms
ldap_base_dn: dc=warpzone,dc=ms ldap_base_dn: dc=warpzone,dc=ms
ldap_admin_bind_dn: cn=admin,dc=warpzone,dc=ms ldap_admin_bind_dn: cn=admin,dc=warpzone,dc=ms
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment