Skip to content

Commit

Permalink
Merge pull request #60 from deskpro/add-ldap
Browse files Browse the repository at this point in the history
add libldap-common for config files for ldap
  • Loading branch information
MattGrundy authored Aug 16, 2024
2 parents 189843a + 0439057 commit 3e9b327
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down
17 changes: 17 additions & 0 deletions etc/ldap/ldap.conf
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 3e9b327

Please sign in to comment.