Skip to content

Commit a059036

Browse files
committed
README
1 parent dbf8f4a commit a059036

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# osixia/openldap
22

3+
[![](https://badge.imagelayers.io/osixia/openldap:latest.svg)](https://imagelayers.io/?images=osixia/openldap:latest 'Get your own badge on imagelayers.io')
4+
35
A docker image to run OpenLDAP.
46
> [www.openldap.org](http://www.openldap.org/)
57
@@ -63,8 +65,6 @@ By default the admin has the password **admin**. All those default settings can
6365

6466
The directories `/var/lib/ldap` (LDAP database files) and `/etc/ldap/slapd.d` (LDAP config files) has been declared as volumes, so your ldap files are saved outside the container in data volumes.
6567

66-
Be careful, if you remove the container, data volumes will me removed too, except if you have linked this data volume to an other container.
67-
6868
For more information about docker data volume, please refer to :
6969

7070
> [https://docs.docker.com/userguide/dockervolumes/](https://docs.docker.com/userguide/dockervolumes/)
@@ -147,11 +147,14 @@ Search on the second ldap server, and billy should show up !
147147
objectClass: inetOrgPerson
148148
[...]
149149

150-
151150
## Administrate your ldap server
152151
If you are looking for a simple solution to administrate your ldap server you can take a look at our phpLDAPadmin docker image :
153152
> [osixia/phpldapadmin](https://github.com/osixia/docker-phpLDAPadmin)
154153
154+
## Backups
155+
A simple solution to backup your ldap server, our openldap-backup docker image :
156+
> [osixia/openldap-backup](https://github.com/osixia/docker-openldap-backup)
157+
155158
## Environment Variables
156159

157160
Environement variables defaults are set in **image/env.yaml**. You can modify environment variable values directly in this file and rebuild the image ([see manual build](#manual-build)). You can also override those values at run time with -e argument or by setting your own env.yaml file as a docker volume to `/etc/env.yaml`. See examples below.

0 commit comments

Comments
 (0)