Quicklinksmediawiki

From Objectif Client Inc
Revision as of 00:20, 7 October 2014 by Nicolas Rollin (talk | contribs)
Jump to navigation Jump to search


Start with MediaWiki

User Guide

Tools Box

Configuration

Template

Extensions

Ldap Authentication

require_once( "LdapAuthentication.php" );
$wgAuth = new LdapAuthenticationPlugin();
$wgLDAPDomainNames = array( "objclt.com" );
$wgLDAPServerNames = array( "objclt.ca"=> "ldap.objclt.com" );
$wgLDAPSearchStrings = array( "objclt.com"=>"domain\USER-NAME");
$wgLDAPEncryptionType = array( "objclt.com"=> "clear");
$wgLDAPUseLocal = true;
$wgMinimalPasswordLength = 1;
#$wgLDAPDebug = 99;