Skip to content

Commit

Permalink
Update Version and Readme and TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
sargreal committed Sep 18, 2019
1 parent 335f87d commit f50922f
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ services:

env:
global:
- DOCKER_VERSION=17.06.0~ce-0~ubuntu
- DOCKER_VERSION=18.06.3~ce~3-0~ubuntu

before_install:
- apt-cache madison docker-ce
Expand Down
10 changes: 5 additions & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
FROM osixia/openldap:1.1.9
LABEL maintainer="[email protected]" \
version="1.1.9-1.2-1"
version="1.1.9-1.3-1"

ENV FUSIONDIRECTORY_VERSION=1.2-1
ENV FUSIONDIRECTORY_VERSION=1.3-1

RUN apt-key adv --keyserver hkp://keys.gnupg.net --recv-keys D744D55EACDA69FF \
&& (echo "deb http://repos.fusiondirectory.org/fusiondirectory-current/debian-jessie jessie main"; \
echo "deb http://repos.fusiondirectory.org/fusiondirectory-extra/debian-jessie jessie main") \
> /etc/apt/sources.list.d/fusiondirectory-jessie.list \
&& (echo "deb http://repos.fusiondirectory.org/fusiondirectory-current/debian-stretch stretch main"; \
echo "deb http://repos.fusiondirectory.org/fusiondirectory-extra/debian-stretch stretch main") \
> /etc/apt/sources.list.d/fusiondirectory-stretch.list \
&& apt-get update \
&& DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
fusiondirectory-schema=${FUSIONDIRECTORY_VERSION} \
Expand Down
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,16 @@ docker run --name ldap -p 389:389 \
-d hrektts/fusiondirectory-openldap:latest
```

## Environment Variables

| Variable | Function | default |
| :-----------------: | --------------------------------------------------------- | ------------: |
| LDAP_ORGANISATION | Name of your Organisation | Example Inc. |
| LDAP_DOMAIN | Domain of your Organisation | example.org |
| LDAP_ADMIN_PASSWORD | Password for the LDAP Admin (cn=admin,dc=example,dc=org) | admin |
| FD_ADMIN_PASSWORD | Password for the FusionDirectory Admin (fd-admin) | adminpassword |

## References

More Environment variables and information here:
[osixia/docker-openldap](https://github.com/osixia/docker-openldap)
3 changes: 3 additions & 0 deletions TODO
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Additions:
☐ Use sympa plugin
☐ Use SOGo plugin

0 comments on commit f50922f

Please sign in to comment.