Quicklinksmediawiki: Difference between revisions
Jump to navigation
Jump to search
(Start with Wiki / Débuter avec Wiki) |
(No difference)
|
Revision as of 00:12, 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;