Skip to content

Commit 665c825

Browse files
committed
Initial Dockerfile, still WIP
1 parent 3bbde2f commit 665c825

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

Dockerfile

+7
Original file line numberDiff line numberDiff line change
@@ -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

+11
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,13 @@
11
# docker-ldapserver
2+
23
A basic ldap server in a docker container with admin gui.
4+
5+
Created by following this guide
6+
https://www.digitalocean.com/community/tutorials/how-to-install-and-configure-a-basic-ldap-server-on-an-ubuntu-12-04-vps
7+
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

Comments
 (0)