Skip to content

Commit 91f1f04

Browse files
authored
Update README.md
1 parent 31dcfc6 commit 91f1f04

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,16 +17,18 @@ The Flask extension [flask-ldapconn][flaskldapconn] use this image for unit test
1717
## Features
1818

1919
* Initialized with data from Futurama
20-
* Support for TLS (snake oil cert on build)
20+
* Support for LDAP over TLS (STARTTLS) using a self-signed cert, or valid certificates (LetsEncrypt, etc)
2121
* memberOf overlay support
2222
* MS-AD style groups support
23+
* Supports Forced STARTTLS
24+
* Supports custom domain and custom directory structure
2325

2426

2527
## Usage
2628

2729
```
28-
docker pull rroemhild/test-openldap
29-
docker run --rm -p 10389:10389 -p 10636:10636 rroemhild/test-openldap
30+
docker pull ghcr.io/analogj/docker-openldap-starttls:master
31+
docker run --rm -p 10389:10389 -p 10636:10636 ghcr.io/analogj/docker-openldap-starttls:master
3032
```
3133

3234
## Testing

0 commit comments

Comments
 (0)