From fbe77db911995a9cb0ff2dd5575ad822e45133c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafael=20R=C3=B6mhild?= Date: Mon, 27 May 2019 18:25:42 +0200 Subject: [PATCH] Update features section and add amy to readme --- README.md | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 99f783ae..3332b9a3 100644 --- a/README.md +++ b/README.md @@ -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 | amy@planetexpress.com | +| ou | Intern | +| uid | amy | +| userPassword | amy | + ### cn=admin_staff,ou=people,dc=planetexpress,dc=com | Attribute | Value |