Skip to content

Commit 7b73341

Browse files
committed
Update README.md
1 parent 9381fd8 commit 7b73341

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,12 @@ Or you can set your custom certificate at run time, by mouting your a directory
103103
-e SSL_CRT_FILENAME=my-ldap.crt \
104104
-e SSL_KEY_FILENAME=my-ldap.key \
105105
-e SSL_CA_CRT_FILENAME=the-ca.crt \
106-
-d osixia/mariadb
106+
-d osixia/openldap
107+
108+
#### Disable TLS
109+
Add -e USE_TLS=false to the run command :
110+
111+
docker run -e USE_TLS=false -d osixia/openldap
107112

108113
## Administrate your ldap server
109114
If you are looking for a simple solution to administrate your ldap server you can take a look at our phpLDAPadmin docker image :
@@ -137,7 +142,7 @@ Environment variable can be set directly by adding the -e argument in the comman
137142
Clone this project :
138143

139144
git clone https://github.com/osixia/docker-openldap
140-
cd docker-mariadb
145+
cd docker-openldap
141146

142147
Adapt Makefile, set your image NAME and VERSION, for example :
143148

0 commit comments

Comments
 (0)