We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e80dddd commit 2b13f5fCopy full SHA for 2b13f5f
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM ubuntu:16.04
+FROM ubuntu:18.04
2
3
LABEL maintainer="Jorge Arias <mail@jorgearias.cl>"
4
README.md
@@ -1,15 +1,5 @@
# openldap-sasl-proxy-authorization-docker
-## Example for build your own container with OpenLDAP Pass-Through proxy authentication with SASL from Dockerfile
-```sh
5
-docker build -t openldap \
6
---build-arg LDAP_DN_BASE="MAIN_SERVER_DN_BASE" \
7
---build-arg LDAP_ORGANIZATION="ORGANIZATION_NAME_FOR_FIRST_OU" \
8
---build-arg LDAP_ROOT_DN="MANAGER_USER" \
9
---build-arg LDAP_ROOT_PW="TEXT_PLAIN_PASSWORD OR \{SSHA\}SSHA_GENERATED_CODE_PASSWORD" \
10
-.
11
-```
12
-
13
## Running with SASL configuration
14
```
15
docker run -d --name openldap -p 389:389 \
0 commit comments