$wgLDAPDomainNames = array('corp.com'); $wgLDAPServerNames = array('corp.com' => server01 server02'); $wgLDAPEncryptionType = array('corp.com' => 'clear');
You *really* want to get this working with SSL. With this set to clear, you are sending usernames and passwords across the network in clear text. It's a bad idea.
- Ryan