-
Notifications
You must be signed in to change notification settings - Fork 143
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update features section and add amy to readme
- Loading branch information
Showing
1 changed file
with
19 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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) | ||
|
||
|
||
|
@@ -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 | | ||
|