We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3bbde2f commit 665c825Copy full SHA for 665c825
Dockerfile
@@ -0,0 +1,7 @@
1
+FROM appcontainers/ubuntu:xenial
2
+
3
+ENV DEBIAN_FRONTEND noninteractive
4
5
+RUN apt update
6
+RUN apt install -y slapd ldap-utils phpldapadmin
7
README.md
@@ -1,2 +1,13 @@
# docker-ldapserver
A basic ldap server in a docker container with admin gui.
+Created by following this guide
+https://www.digitalocean.com/community/tutorials/how-to-install-and-configure-a-basic-ldap-server-on-an-ubuntu-12-04-vps
8
+Still WIP.
9
10
+TODO: Initial config
11
12
+TODO: Directories /etc/ldap and /usr/share/slapd must be saved outside.
13
0 commit comments