
diego.gomes at cecred
Dec 29, 2010, 12:58 PM
Post #1 of 2
(154 views)
Permalink
|
|
RES: RES: auth with AD server 2008
|
|
Yes, you are correctly... My AD uses ssl, but, I set do ssl and it doesn´t work... I guess that I need to do anything else... Maybe my apache needs to use ssl? Any idea? Thanks ________________________________________ De: mediawiki-l-bounces [at] lists [mediawiki-l-bounces [at] lists] em nome de Ryan Lane [rlane32 [at] gmail] Enviado: quarta-feira, 29 de dezembro de 2010 17:58 Para: MediaWiki announcements and site admin list Assunto: Re: [Mediawiki-l] RES: auth with AD server 2008 > $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 [at] lists https://lists.wikimedia.org/mailman/listinfo/mediawiki-l -- Esta mensagem foi verificada pelo sistema de antivirus e acredita-se estar livre de perigo. -- Esta mensagem foi verificada pelo sistema de antivirus e acredita-se estar livre de perigo. _______________________________________________ MediaWiki-l mailing list MediaWiki-l [at] lists https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
|