Commit 976d22396090fb9f3e68d97515f632c1254c2a40
1 parent
3379b1bf
Update README.md
Showing
1 changed file
with
3 additions
and
3 deletions
README.md
... | ... | @@ -3,17 +3,17 @@ LDAP authentication plugin for piwigo with user-group support |
3 | 3 | |
4 | 4 | ## Exmaple-Config for an M$-AD: |
5 | 5 | |
6 | -##### LDAP-Serververbindung | |
6 | +#### LDAP-Serververbindung | |
7 | 7 | **LDAP-Server**: srv.emxample.com</br> |
8 | 8 | (x) **Secure connection** _(--> remember that the LDAPS-Server certificate must be imported on your piwigo server)_</br> |
9 | 9 | **LDAP-Port**: 636</br> |
10 | 10 | |
11 | -##### LDAP Attribute | |
11 | +#### LDAP Attribute | |
12 | 12 | **Base DN wo LDAP-Benutzer gefunden werden sollen (zB.: ou=users,dc=example,dc=com):**: cn=Users,dc=example,dc=com</br> |
13 | 13 | **Attribute entsprechend des Benutzernamens**: sAMACcountName</br> |
14 | 14 | **DN of group for membership-check (memberOf)**: dn=piwigo_users,cn=Users,dc=example,dc=com</br> |
15 | 15 | |
16 | -##### LDAP-Verbindungsreferenzen | |
16 | +#### LDAP-Verbindungsreferenzen | |
17 | 17 | **Bind DN im LDAP-Style (zB.: cn=admin,dc=example,dc=com).**: cn=binduser,cn=Users,dc=exmaple,dc=com</br> |
18 | 18 | **Bind passwort**: mysecret123</br> |
19 | 19 | </br> |
... | ... |