Reviewed & tested by the community
Project:
Netnews (NNTP)
Version:
master
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
28 Sep 2005 at 13:33 UTC
Updated:
28 Sep 2005 at 13:33 UTC
Seems like authentication:none has no effect - it still tries NNTP Auth. And Fails.
Line 622 in nntpserver uses is_null($this->_authuser) to decide if it should authenticate...
but netnews has authuser as an empty strung. Not the same :(
I've patched _netnews_get_nntp_server() to use true NULL if it's blank
netnews.module 2005/09/09
Line 1646
'nntp_user' => ($linkrec['authuser'])?$linkrec['authuser']:NULL,
... and I can now connect OK!
Comments
Comment #1
janb commentedHmm, yes, all I had during development were nntp servers that required authentication. Thanks, I include it in the upcoming release.