Difference between revisions of "16"
From MyWiki
(Created page with "Wiki was installed !") |
|||
| (4 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
| + | |||
| + | ---- | ||
| + | |||
| + | ---- | ||
| + | |||
| + | ---- | ||
Wiki was installed ! | Wiki was installed ! | ||
| + | Testing formatting. | ||
| + | '''George'''[[rondo]] | ||
| + | |||
| + | 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; | ||
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;