You are viewing a plain text version of this content. The canonical link for it is here.
Posted to apache-bugdb@apache.org by Juergen Vollmar <ju...@bafl.bund.de> on 2000/02/21 19:40:43 UTC

mod_proxy/5791: User authentification for proxy access doesn't work

>Number:         5791
>Category:       mod_proxy
>Synopsis:       User authentification for proxy access doesn't work
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    apache
>State:          open
>Class:          sw-bug
>Submitter-Id:   apache
>Arrival-Date:   Mon Feb 21 10:50:00 PST 2000
>Closed-Date:
>Last-Modified:
>Originator:     juergen.vollmar@bafl.bund.de
>Release:        1.3.11
>Organization:
apache
>Environment:
WIN NT, Binary release apache_1_3_11_win32 with ApacheModuleNTLM
>Description:
I'm using authentication e.g. auth_ntlm under win32 and tried to authenticate users within a <directory> block:

<DIRECTORY "C:/apache/htdocs">
...
AuthType NTLM 
NTLMAuth On 
NTLMAuthoritative On 
NTLMOfferBasic On 
require group WWWUsers
</Directroy>
works without problems

When using the same arguments for proxy access
<Directory ~ "proxy:http://restricted.site.com">
AuthType NTLM 
NTLMAuth On 
NTLMAuthoritative On 
NTLMOfferBasic On 
require group WWWUsers
</directory>
the user authorisation fails and the browser says "server or DNS can't be found'

access-control via IP-Address, e.g.
<Directory proxy:http://restricted.site.com>
order deny,allow
allow from 192.168.1.0
</Directory>
works with without problems

>How-To-Repeat:

>Fix:

>Release-Note:
>Audit-Trail:
>Unformatted:
 [In order for any reply to be added to the PR database, you need]
 [to include <ap...@Apache.Org> in the Cc line and make sure the]
 [subject line starts with the report component and number, with ]
 [or without any 'Re:' prefixes (such as "general/1098:" or      ]
 ["Re: general/1098:").  If the subject doesn't match this       ]
 [pattern, your message will be misfiled and ignored.  The       ]
 ["apbugs" address is not added to the Cc line of messages from  ]
 [the database automatically because of the potential for mail   ]
 [loops.  If you do not include this Cc, your reply may be ig-   ]
 [nored unless you are responding to an explicit request from a  ]
 [developer.  Reply only with text; DO NOT SEND ATTACHMENTS!     ]