1 # Docker-compose example with LDAP
3 This example help users (and developpers) to setup a LDAP deployment with Jirafeau.
5 # Build Jirafeau's image
7 You can skip this step if you are not developping Jirafeau.
9 In Jirafeau's project folder:
11 docker build . -t mojo42/jirafeau:dev
14 # Customize docker-compose.yml
16 Open [docker-compose.yml](docker-compose.yml) file and tweak it as needed.
17 You can change Jirafeau's image to an official release if you are not developping Jirafeau.
23 docker-compose logs -f
28 You can now connect to [127.0.0.1:8080](http://127.0.0.1:8080/) to access Jirafeau instance and [127.0.0.1:8090](http://127.0.0.1:8090/) to access PHP LDAP Admin.
30 You can login on PHP LDAP admin with those default credentials:
31 - login DN: `cn=admin,dc=jirafeau,dc=net`
34 Once connected on PHP LDAP Admin, you can import [bootstrap.jirafeau.ldif](bootstrap.jirafeau.ldif) to inject a test user.
35 Once imported, you should be able to login on Jirafeau with those credentials:
37 - Password: `password`