Blame view

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