[wp-trac] [WordPress Trac] #12200: NTLM proxy authentication support (ISA server)

WordPress Trac wp-trac at lists.automattic.com
Fri Feb 12 14:14:50 UTC 2010


#12200: NTLM proxy authentication support (ISA server)
-------------------------+--------------------------------------------------
 Reporter:  ssandison    |       Owner:  dd32                       
     Type:  enhancement  |      Status:  new                        
 Priority:  normal       |   Milestone:  3.0                        
Component:  HTTP         |     Version:  3.0                        
 Severity:  normal       |    Keywords:  has-patch reporter-feedback
-------------------------+--------------------------------------------------

Comment(by ssandison):

 Apologies I have updated the diff file.

 Sorry I did attempt to add NTLM support to streams, fopen and fsockopen
 but I found any useful information impossible to find to help me acheive
 this.

 I started off with specifying explicitly what authentication type should
 be used configured by adding a constant to wp-config.php.

 However I have now simplified my changes so that a new constant in wp-
 config.php would no longer be nessecary. The code now just tells curl or
 pecl_http to use any form of authentication that will work. In my case it
 will select NTLM as this is all that is available. The PHP extension
 manages this choice.

 Let me know what you think.

 Cheers,

 Steve

-- 
Ticket URL: <http://core.trac.wordpress.org/ticket/12200#comment:4>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list