Archived
1
0
This repository has been archived on 2026-01-01. You can view files and clone it. You cannot open issues or pull requests or push a commit.
2015-06-04 12:41:42 +02:00
2015-05-02 11:29:52 +02:00
2015-05-02 11:30:06 +02:00
2015-05-02 11:30:12 +02:00
2015-05-02 11:30:19 +02:00
2015-05-02 11:30:25 +02:00
2015-05-02 11:25:56 +02:00
2015-05-02 11:30:31 +02:00
2015-05-02 11:29:33 +02:00
2015-05-02 11:29:39 +02:00
2015-05-02 11:29:45 +02:00
2015-06-04 12:41:42 +02:00
2015-05-02 11:27:46 +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 :)

Description
My updated version of the Ldap_login from https://github.com/spelth/Ldap_Login See also discussion at http://piwigo.org/forum/viewtopic.php?pid=159970 . Archived as I have not used it for a long time and newer versions exist already
Readme GPL-3.0 72 KiB
Languages
PHP 93.8%
Smarty 6.2%