Difference between revisions of "Active Directory authentication"

From MyWiki
Jump to: navigation, search
(Created page with "<source lang="text" > Step 1: Install the Extension Download the archive from the extension site. Extract the archive to the “extensions” folder in your MediaWiki...")
 
Line 2: Line 2:
 
Step 1: Install the Extension
 
Step 1: Install the Extension
  
     Download the archive from the extension site.
+
     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.
 
     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" );

Revision as of 17:27, 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" );