mirror of
https://github.com/luzifer-docker/openldap.git
synced 2024-12-30 01:11:18 +00:00
Fixed a few typos in the README
This commit is contained in:
parent
6e5b505ba4
commit
390f2a876c
1 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
docker-openldap
|
docker-openldap
|
||||||
===============
|
===============
|
||||||
|
|
||||||
A Docker image running OpenLDAP on Debian stable ("wheezy" at the moment). The
|
A Docker image running OpenLDAP on Debian stable ("jessie" at the moment). The
|
||||||
Dockerfile is inspired by
|
Dockerfile is inspired by
|
||||||
[cnry/openldap](https://registry.hub.docker.com/u/cnry/openldap/), but as said
|
[cnry/openldap](https://registry.hub.docker.com/u/cnry/openldap/), but as said
|
||||||
before, running a stable Debian and be a little less verbose, but more complete
|
before, running a stable Debian and be a little less verbose, but more complete
|
||||||
|
@ -79,7 +79,7 @@ called
|
||||||
SLAPD_ADDITIONAL_MODULES
|
SLAPD_ADDITIONAL_MODULES
|
||||||
|
|
||||||
which can hold comma-separated enties. It will try to run `.ldif` files with
|
which can hold comma-separated enties. It will try to run `.ldif` files with
|
||||||
a corresponsing name from th `module` directory. Currently only `memberof` is
|
a corresponsing name from the `module` directory. Currently only `memberof` is
|
||||||
avaliable.
|
avaliable.
|
||||||
|
|
||||||
After the first start of the image (and the initial configuration), these
|
After the first start of the image (and the initial configuration), these
|
||||||
|
@ -89,7 +89,7 @@ Data persistence
|
||||||
----------------
|
----------------
|
||||||
|
|
||||||
The image exposes two directories (`VOLUME ["/etc/ldap", "/var/lib/ldap"]`).
|
The image exposes two directories (`VOLUME ["/etc/ldap", "/var/lib/ldap"]`).
|
||||||
The first holds the "static" configurationm while the second holds the actual
|
The first holds the "static" configuration while the second holds the actual
|
||||||
database. Please make sure that these two directories are saved (in a data-only
|
database. Please make sure that these two directories are saved (in a data-only
|
||||||
container or alike) in order to make sure that everything is restored after a
|
container or alike) in order to make sure that everything is restored after a
|
||||||
restart of the container.
|
restart of the container.
|
||||||
|
|
Loading…
Reference in a new issue