diff --git a/README.md b/README.md index ccaef44..2f35fcc 100644 --- a/README.md +++ b/README.md @@ -8,8 +8,6 @@ Quick start --- ``` -docker build -t lum . - docker run \ --detach \ --name=lum \ @@ -22,7 +20,7 @@ docker run \ -e LDAP_ADMINS_GROUP=admins \ -e LDAP_ADMIN_BIND_DN="cn=admin,dc=example,dc=com" \ -e LDAP_ADMIN_BIND_PWD=secret\ - lum + wheelybird/ldap-user-manager ``` Now go to https://lum.example.com/setup. @@ -66,6 +64,8 @@ Optional: * `LDAP_REQUIRE_STARTTLS` (default: *TRUE*): If *TRUE* then a TLS connection is required for this interface to work. If set to *FALSE* then the interface will work without STARTTLS, but a warning will be displayed on the page. +* `LDAP_TLS_CACERT` (no default): If you need to use a specific CA certificate for TLS connections to the LDAP server (when `LDAP_REQUIRE_STARTTLS` is set) then assign the contents of the CA certificate to this variable. e.g. `-e LDAP_TLS_CERT=$(/opt/ca.crt + sed -i "s/TLS_CACERT.*/TLS_CACERT /opt/ca.crt/" /etc/ldap/ldap.conf +fi + + ######################## #If there aren't any SSL certs then create a self-signed certificate.