Quicklinksmediawiki: Difference between revisions
Jump to navigation
Jump to search
(Start with Wiki / Débuter avec Wiki) |
No edit summary |
||
Line 1: | Line 1: | ||
{{DISPLAYTITLE:Quick start with media Wiki}} | |||
== Start with MediaWiki == | == Start with MediaWiki == | ||
Revision as of 00:20, 7 October 2014
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;