From 976d22396090fb9f3e68d97515f632c1254c2a40 Mon Sep 17 00:00:00 2001 From: spelth Date: Thu, 4 Jun 2015 12:44:29 +0200 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8b2153c..1439b2d 100644 --- a/README.md +++ b/README.md @@ -3,17 +3,17 @@ LDAP authentication plugin for piwigo with user-group support ## Exmaple-Config for an M$-AD: -##### LDAP-Serververbindung +#### LDAP-Serververbindung **LDAP-Server**: srv.emxample.com
(x) **Secure connection** _(--> remember that the LDAPS-Server certificate must be imported on your piwigo server)_
**LDAP-Port**: 636
-##### LDAP Attribute +#### LDAP Attribute **Base DN wo LDAP-Benutzer gefunden werden sollen (zB.: ou=users,dc=example,dc=com):**: cn=Users,dc=example,dc=com
**Attribute entsprechend des Benutzernamens**: sAMACcountName
**DN of group for membership-check (memberOf)**: dn=piwigo_users,cn=Users,dc=example,dc=com
-##### LDAP-Verbindungsreferenzen +#### LDAP-Verbindungsreferenzen **Bind DN im LDAP-Style (zB.: cn=admin,dc=example,dc=com).**: cn=binduser,cn=Users,dc=exmaple,dc=com
**Bind passwort**: mysecret123