Skip to content

Commit

Permalink
Updated Ubuntu base image to 18.04
Browse files Browse the repository at this point in the history
  • Loading branch information
joariasl committed Feb 28, 2019
1 parent e80dddd commit 2b13f5f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubuntu:16.04
FROM ubuntu:18.04

LABEL maintainer="Jorge Arias <mail@jorgearias.cl>"

Expand Down
10 changes: 0 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -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
docker build -t openldap \
--build-arg LDAP_DN_BASE="MAIN_SERVER_DN_BASE" \
--build-arg LDAP_ORGANIZATION="ORGANIZATION_NAME_FOR_FIRST_OU" \
--build-arg LDAP_ROOT_DN="MANAGER_USER" \
--build-arg LDAP_ROOT_PW="TEXT_PLAIN_PASSWORD OR \{SSHA\}SSHA_GENERATED_CODE_PASSWORD" \
.
```

## Running with SASL configuration
```
docker run -d --name openldap -p 389:389 \
Expand Down

0 comments on commit 2b13f5f

Please sign in to comment.