1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/piwigo_ynh.git synced 2024-09-03 20:06:03 +02:00
piwigo_ynh/plugins/Ldap_Login
2016-09-05 21:16:15 +02:00
..
admin Update Ldap_Login to master from https://gitlab.lindenaar.net/piwigo/Ldap_Login 2016-09-05 13:38:52 +02:00
language initial commit 2014-07-06 13:21:10 +02:00
admin.php initial commit 2014-07-06 13:21:10 +02:00
class.ldap.php Update Ldap_Login to master from https://gitlab.lindenaar.net/piwigo/Ldap_Login 2016-09-05 13:38:52 +02:00
data.dat fix ws access (adapt Ldap_Login configuration) 2016-09-05 21:16:15 +02:00
index.php initial commit 2014-07-06 13:21:10 +02:00
LICENSE Update Ldap_Login to master from https://gitlab.lindenaar.net/piwigo/Ldap_Login 2016-09-05 13:38:52 +02:00
main.inc.php Update Ldap_Login to master from https://gitlab.lindenaar.net/piwigo/Ldap_Login 2016-09-05 13:38:52 +02:00
maintain.inc.php initial commit 2014-07-06 13:21:10 +02:00
obsolete.list Update Ldap_Login to master from https://gitlab.lindenaar.net/piwigo/Ldap_Login 2016-09-05 13:38:52 +02:00
pem_metadata.txt initial commit 2014-07-06 13:21:10 +02:00
README.md Update Ldap_Login to master from https://gitlab.lindenaar.net/piwigo/Ldap_Login 2016-09-05 13:38:52 +02:00
TODO Update Ldap_Login to master from https://gitlab.lindenaar.net/piwigo/Ldap_Login 2016-09-05 13:38:52 +02:00

Ldap_Login

LDAP authentication plugin for piwigo with user-group support

Exmaple-Config for an M$-AD:

LDAP-Serververbindung

LDAP-Server: srv.emxample.com
(x) Secure connection (--> remember that the LDAPS-Server certificate must be imported on your piwigo server)
LDAP-Port: 636

LDAP Attribute

Base DN wo LDAP-Benutzer gefunden werden sollen (zB.: ou=users,dc=example,dc=com):: cn=Users,dc=example,dc=com
Attribute entsprechend des Benutzernamens: sAMACcountName
DN of group for membership-check (memberOf): dn=piwigo_users,cn=Users,dc=example,dc=com

LDAP-Verbindungsreferenzen

Bind DN im LDAP-Style (zB.: cn=admin,dc=example,dc=com).: cn=binduser,cn=Users,dc=exmaple,dc=com
Bind passwort: mysecret123

--> SAVE and enjoy :)