diff --git a/Dockerfile b/Dockerfile index 836fc2c..6a91682 100644 --- a/Dockerfile +++ b/Dockerfile @@ -35,9 +35,10 @@ RUN apt-get update \ git \ jq \ libfcgi-bin \ + libldap-common \ nano \ - vim-tiny \ nginx \ + vim-tiny \ openssl \ php8.3-bcmath \ php8.3-cli \ diff --git a/etc/ldap/ldap.conf b/etc/ldap/ldap.conf new file mode 100644 index 0000000..56d4bed --- /dev/null +++ b/etc/ldap/ldap.conf @@ -0,0 +1,17 @@ +# +# LDAP Defaults +# + +# See ldap.conf(5) for details +# This file should be world readable but not world writable. + +#BASE dc=example,dc=com +#URI ldap://ldap.example.com ldap://ldap-provider.example.com:666 + +#SIZELIMIT 12 +#TIMELIMIT 15 +#DEREF never + +# TLS certificates (needed for GnuTLS) +TLS_CACERT /etc/ssl/certs/ca-certificates.crt +TLS_CACERTDIR /etc/ssl/certs