Commit 64404a050b0268e705eee979a43601f0b4c98c35
1 parent
27cdeac6
Update README.md
Showing
1 changed file
with
17 additions
and
0 deletions
README.md
1 | 1 | # Ldap_Login |
2 | 2 | LDAP authentication plugin for piwigo with user-group support |
3 | 3 | |
4 | +## Exmaple-Config for an M$-AD: | |
5 | + | |
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 | |
10 | + | |
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 | |
15 | + | |
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 | + | |
20 | +_--> SAVE and enjoy :)_ | |
... | ... |