Commit fcb2cad1f3265441e683f6f5b74acfdd9b3a3b2b
1 parent
64404a05
Update README.md
Showing
1 changed file
with
9 additions
and
9 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 | |
8 | -(x) *Secure connection* _(--> remember that the LDAPS-Server certificate must be imported on your piwigo server)_ | |
9 | -*LDAP-Port*: 636 | |
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 | |
13 | -*Attribute entsprechend des Benutzernamens*: sAMACcountName | |
14 | -*DN of group for membership-check (memberOf)*: dn=piwigo_users,cn=Users,dc=example,dc=com | |
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 | |
18 | -*Bind passwort*: mysecret123 | |
19 | - | |
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 | +</br> | |
20 | 20 | _--> SAVE and enjoy :)_ |
... | ... |