Skip to content

Commit

Permalink
Update features section and add amy to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
rroemhild committed May 27, 2019
1 parent e71a353 commit fbe77db
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,10 @@ The Flask extension [flask-ldapconn][flaskldapconn] use this image for unit test

## Features

* Support for TLS (snake oil cert on build)
* Initialized with data from Futurama
* Support for TLS (snake oil cert on build)
* memberOf overlay support
* MS-AD Style Groups support
* ~124MB images size (~40MB compressed)


Expand Down Expand Up @@ -157,6 +159,22 @@ docker run --privileged -d -p 389:389 rroemhild/test-openldap
| uid | bender |
| userPassword | bender |

### cn=Amy Wong+sn=Kroker,ou=people,dc=planetexpress,dc=com

Amy has a multi-valued DN

| Attribute | Value |
| ---------------- | ---------------- |
| objectClass | inetOrgPerson |
| cn | Amy Wong |
| sn | Kroker |
| description | Human |
| givenName | Amy |
| mail | [email protected] |
| ou | Intern |
| uid | amy |
| userPassword | amy |

### cn=admin_staff,ou=people,dc=planetexpress,dc=com

| Attribute | Value |
Expand Down

0 comments on commit fbe77db

Please sign in to comment.