Quicklinksmediawiki
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;