Add OpenLDAP (#670)

* add initial work on openldap

* fix indent

* use latest common version

* remove remaining nextcloud components...

* disable ldap tls for now

* correct common version

* bump common version used to fix some issues

* some slight OpenLDAP tweaks
This commit is contained in:
Kjeld Schouten-Lebbing
2021-07-06 15:57:15 +02:00
committed by GitHub
parent 5b39389894
commit d6933350e9
10 changed files with 1345 additions and 0 deletions
@@ -0,0 +1,8 @@
{{/* Make sure all variables are set properly */}}
{{- include "common.values.setup" . }}
{{/* Render the templates */}}
{{ include "common.all" . }}
{{/* Render configmap for openldap */}}
{{- include "openldap.configmap" . }}