Topic on Extension talk:LDAP Authentication

works on mediawiki --branch REL1_31 for us

3
RobFantini (talkcontribs)

spent some hours upgrading from mw v29 to v31 . without any changes to LocalSettings.php LDAP Authentication to debian 9 OpenLDAP server (slapd) works.

after reviewing my incomplete notes and apt install logs, the only thing I see we did was:

apt install php-ldap

our existing LocalSettings.php had:

require_once 'extensions/LdapAuthentication/LdapAuthentication.php';

$wgAuth = new LdapAuthenticationPlugin();
MarkAHershberger (talkcontribs)

Note that the second require_once should not be needed.

RobFantini (talkcontribs)

thanks - i removed the second require_once and no issue logging in.

Reply to "works on mediawiki --branch REL1_31 for us"