Commit 3379b1bfd1916dab9cb49aa493682a6a5290a078

Authored by spelth
1 parent fcb2cad1

Update README.md

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