Difference between revisions of "Active Directory authentication"
From MyWiki
Line 5: | Line 5: | ||
Extract the archive to the “extensions” folder in your MediaWiki installation. | Extract the archive to the “extensions” folder in your MediaWiki installation. | ||
Add a RequireOnce line to the LocalSettings.php: require_once( "$IP/extensions/LdapAuthentication/LdapAuthentication.php" ); | Add a RequireOnce line to the LocalSettings.php: require_once( "$IP/extensions/LdapAuthentication/LdapAuthentication.php" ); | ||
+ | |||
+ | https://extdist.wmflabs.org/dist/LdapAuthentication-REL1_23-f266c74.tar.gz | ||
+ | The tar archive should be extracted into your extensions directory. For example, on a unix-like OS: | ||
+ | tar -xzf LdapAuthentication-REL1_23-f266c74.tar.gz -C /var/www/mediawiki/extensions | ||
+ | |||
</source> | </source> |
Latest revision as of 17:30, 11 November 2014
Step 1: Install the Extension Download the archive from the extension site. http://www.mediawiki.org/wiki/Extension:LDAP_Authentication Extract the archive to the “extensions” folder in your MediaWiki installation. Add a RequireOnce line to the LocalSettings.php: require_once( "$IP/extensions/LdapAuthentication/LdapAuthentication.php" ); https://extdist.wmflabs.org/dist/LdapAuthentication-REL1_23-f266c74.tar.gz The tar archive should be extracted into your extensions directory. For example, on a unix-like OS: tar -xzf LdapAuthentication-REL1_23-f266c74.tar.gz -C /var/www/mediawiki/extensions