Other

How to add LDAP authentication to MediaWiki database?

How to add LDAP authentication to MediaWiki database?

First, download the snapshot; specifically, always download the trunk version. Follow the directions from the Extension Distributor for where to extract the snapshot. The LdapAuthentication extension must add tables to MediaWiki’s database. You must run update.php (only after you’ve enabled the extension in LocalSettings.php or it will be ignored):

Which is the latest version of LDAP authentication?

LDAP Authentication Release status: stable Implementation User identity Description Provides LDAP authentication, and some . Author (s) Ryan Lane ( Ryan lane talk) Latest version 2.1.0 (2018-10-11)

Which is the non AD domain in LDAP?

The non-AD domain is called “NonADDomain”, has servers named “nonadserver.example.com”, “nonadserver2.example.com”, and “nonadserver3.example.com”, and users are stored in “ou=people,dc=example,dc=com”. In this example, we do not require the ability to change passwords, or create new LDAP users through Mediawiki, just authentication.

Which is the most recent version of MediaWiki?

It was written for an older version of MediaWiki and may not apply to the most recent version. If you have checked or updated this page and found the content to be suitable, please remove this notice.

How to connect MediaWiki to the Active Directory?

Mediawiki uses an LDAP Bind-User / Bind-Password for communications with Active-Directory. Ensure an AD user is provisioned, and grab the LDAP Distinguished Name for the User The important configuration entities are detailed below – replace the default-values with your own when tuning ldap.json

Which is the default extension for ldapprovider-MediaWiki?

By default the domain specific configuration is held in a static JSON file. But one can also use a PHP based (dynamic) configuration. The relevant extension configuration is $LDAPProviderDomainConfigProvider . It needs to be a callback that returns an object of type IDomainConfigProvider . This is the default way.

What kind of bind password does MediaWiki use?

Mediawiki uses an LDAP Bind-User / Bind-Password for communications with Active-Directory. Ensure an AD user is provisioned, and grab the LDAP Distinguished Name for the User

Share this post