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

@ -28,8 +28,6 @@ RUN apk add --no-cache \
make \ make \
musl \ musl \
musl-dev \ musl-dev \
openldap \
openldap-dev \
openssl-dev \ openssl-dev \
pwgen \ pwgen \
py-pip \ py-pip \
@ -46,7 +44,6 @@ RUN virtualenv -p python /var/lib/synapse
RUN source /var/lib/synapse/bin/activate && \ RUN source /var/lib/synapse/bin/activate && \
pip install --upgrade setuptools && \ pip install --upgrade setuptools && \
pip install psycopg2 && \ pip install psycopg2 && \
pip install python-ldap && \
pip install https://github.com/matrix-org/synapse/tarball/$VERSION pip install https://github.com/matrix-org/synapse/tarball/$VERSION
RUN apk del \ RUN apk del \
@ -62,7 +59,6 @@ RUN apk del \
linux-headers \ linux-headers \
make \ make \
musl-dev \ musl-dev \
openldap-dev \
openssl-dev \ openssl-dev \
python-dev \ python-dev \
sqlite-libs \ sqlite-libs \

View File

@ -133,15 +133,3 @@ perspectives:
"ed25519:auto": "ed25519:auto":
key: "Noi6WqcDj0QmPxCNQqgezwTlBKrfqehY1u2FyWP9uYw" 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"}}"