@@ -15,45 +15,33 @@ Run docker container with your custom environment variables :
1515
1616phpLDAPadmin should be running on https://localhost
1717
18+
1819### Whant more ? Openldap & phpLDAPadmin in 2''
1920
20- First launch openldap:
21-
22- sudo docker.io run -p 443:443 \
23- -e LDAP_HOST=ldap.example.com \
24- -e LDAP_BASE_DN=dc=example,dc=com \
25- -e LDAP_LOGIN_DN=cn=admin,dc=example,dc=com \
26- -d osixia/phpldapadmin
21+ to be completed :)
22+
2723
28- More information : https://github.com/osixia/docker-openldap
24+ ## Available Configuration Parameters
2925
30- Then run phpLDAPadmin image linked to openldap container
26+ ## Examples
3127
32- Then link openldap container to phpLDAPadmin container:
28+ ### Customise self signed certificat
3329
30+ ### Use your own ssl certificat
3431
35- ### nginx SSL configuration
32+ ### Get phpLDAPadmin using TLS
3633
37- The details for the self-signed certificate can be defined with the following environment variables:
3834
39- | Variable | Default |
40- | ---------------- | ----------------- |
41- | SSL_COUNTRY | XX |
42- | SSL_STATE | Some-State |
43- | SSL_LOCATION | Some-Location |
44- | SSL_ORGANIZATION | Some-Organization |
45- | SSL_COMMON_NAME | Some-Common-Name |
35+ ## Do it yourself
4636
47- ### Build image from sources
37+ ### Build image
4838
4939Clone the repository
5040
51- git clone https://github.com/rabejens /docker-phpLDAPadmin
41+ git clone https://github.com/osixia /docker-phpLDAPadmin
5242 cd docker-phpLDAPadmin
5343
5444Build image
5545
56- docker build -t phpldapadmin .
46+ sudo docker.io build -t phpldapadmin .
5747
58- [ 1 ] : https://github.com/osixia/docker-phpLDAPadmin
59- [ 2 ] : http://stackoverflow.com/questions/20673186/getting-error-for-setting-password-feild-when-creating-generic-user-account-phpl
0 commit comments