remove ldp until it is more stable

This commit is contained in:
Sebastian Hugentobler 2016-08-03 16:15:11 +02:00
parent f90c14f551
commit 017b830860
2 changed files with 0 additions and 16 deletions

View file

@ -133,15 +133,3 @@ perspectives:
"ed25519:auto":
key: "Noi6WqcDj0QmPxCNQqgezwTlBKrfqehY1u2FyWP9uYw"
ldap_config:
enabled: true
uri: "{{getenv "LDAP_URI"}}"
start_tls: {{getenv "LDAP_TLS"}}
base: "{{getenv "LDAP_BASE_DN"}}"
attributes:
uid: "{{getenv "LDAP_UID_ATTRIBUTE"}}"
mail: "{{getenv "LDAP_MAIL_ATTRIBUTE"}}"
name: "{{getenv "LDAP_NAME_ATTRIBUTE"}}"
bind_dn: "{{getenv "LDAP_BIND_DN"}}"
bind_password: "{{getenv "LDAP_BIND_PASSWORD"}}"
filter: "{{getenv "LDAP_FILTER"}}"