Re: [Mediawiki-l] RES: auth with AD server 2008

2010-12-29 Thread Ryan Lane
> $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 cl

[Mediawiki-l] RES: auth with AD server 2008

2010-12-29 Thread Diego Maciel Gomes
Hey, I did it works now // LDAP integration - http://www.mediawiki.org/wiki/Extension:LDAP_Authentication require_once ( "$IP/extensions/LdapAuthentication.php" ); $wgAuth = new LdapAuthenticationPlugin(); $wgLDAPDomainNames = array('corp.com'); $wgLDAPServerNames = array('corp.com' => serve