Quicklinksmediawiki
Revision as of 00:12, 7 October 2014 by Nicolas Rollin (talk | contribs) (Start with Wiki / Débuter avec Wiki)
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;