Difference between revisions of "16"
From MyWiki
| Line 8: | Line 8: | ||
Testing formatting. | Testing formatting. | ||
'''George'''[[rondo]] | '''George'''[[rondo]] | ||
| + | |||
| + | The following caused pages not to show | ||
##### Added george 16th May 2014 | ##### Added george 16th May 2014 | ||
Latest revision as of 17:40, 16 May 2014
Wiki was installed ! Testing formatting. Georgerondo
The following caused pages not to show
##### Added george 16th May 2014
require_once ("$IP/extensions/LdapAuthentication/LdapAuthentication.php");
$wgAuth = new LdapAuthenticationPlugin();
$wgLDAPDomainNames = array(
'exampleADDomain'
);
$wgLDAPServerNames = array(
'exampleADDomain' => 'cgs-vsvr-dc02.campus.goldsmiths.ac.uk'
);
$wgLDAPSearchStrings = array(
'exampleADDomain' => 'CAMPUS\\USER-NAME'
);
$wgLDAPEncryptionType = array(
'exampleADDomain' => 'ssl'
);
$wgLDAPUseLocal = false;
$wgMinimalPasswordLength = 1;