> $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

_______________________________________________
MediaWiki-l mailing list
MediaWiki-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-l

Reply via email to