File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -17,16 +17,18 @@ The Flask extension [flask-ldapconn][flaskldapconn] use this image for unit test
17
17
## Features
18
18
19
19
* 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 )
21
21
* memberOf overlay support
22
22
* MS-AD style groups support
23
+ * Supports Forced STARTTLS
24
+ * Supports custom domain and custom directory structure
23
25
24
26
25
27
## Usage
26
28
27
29
```
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
30
32
```
31
33
32
34
## Testing
You can’t perform that action at this time.
0 commit comments