Skip to content

Instantly share code, notes, and snippets.

View sushant-pradhan's full-sized avatar

Sushant Pradhan sushant-pradhan

View GitHub Profile
@sushant-pradhan
sushant-pradhan / Dockerfile
Last active July 3, 2020 03:00
Openldap proxy with TLS as a docker service
# Pull base image from authorized source
FROM centos:7
# Install the necessary packages for LDAP Proxy server
RUN yum install openldap openldap-clients openldap-servers -y
# Copy openldap configuration
COPY ./slapd.conf /etc/openldap/slapd.conf
# Copy certs (root and intermediate)