You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2006/02/07 01:20:49 UTC

DO NOT REPLY [Bug 38543] New: - mod_authz_groupfile registers itself as mod_authz_owner

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=38543>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=38543

           Summary: mod_authz_groupfile registers itself as mod_authz_owner
           Product: Apache httpd-2
           Version: 2.2.0
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: minor
          Priority: P4
         Component: Other Modules
        AssignedTo: bugs@httpd.apache.org
        ReportedBy: perske@uni-muenster.de


Apache 2.2.0, modules/aaa/mod_authz_groupfile.c, line 270

is now:    static const char * const aszPre[]={ "mod_authz_owner.c", NULL };

should be: static const char * const aszPre[]={ "mod_authz_groupfile.c", NULL };

(I don't know whether this may cause a some negative effect when using both
mod_authz_owner and mod_authz_groupfile.)

Happy fixing :-)

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org


DO NOT REPLY [Bug 38543] - mod_authz_groupfile registers itself as mod_authz_owner

Posted by bu...@apache.org.
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=38543>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=38543


chip@force-elite.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|minor                       |trivial




------- Additional Comments From chip@force-elite.com  2006-02-07 01:35 -------
This isn't a bug, but could be removed completely.

It just means that it should be loaded after mod_authz_owner, it has nothing to
do with module registration itself.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org


DO NOT REPLY [Bug 38543] - mod_authz_groupfile registers itself as mod_authz_owner

Posted by bu...@apache.org.
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=38543>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=38543


nick@webthing.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |WONTFIX




------- Additional Comments From nick@webthing.com  2006-02-07 11:10 -------
It's not how it loads.  It means the authz hook that's registered using that  
aszPre *must* run after the one from mod_authz_owner, if both modules are  
present.  
  
If you remove it, mod_authz_groupfile won't have the filesystem information it  
needs when it encounters a "Require file-group".  You'll see the same in  
mod_authz_dbm. 
 
There is a bug, but this isn't it.  It won't bite unless you try to combine 
more than one group file authentication module (eg mod_authz_groupfile and 
mod_authz_dbm), and then what happens is that *their* order of execution is 
undefined/random.  Since that too is no longer applicable in Trunk (due to 
other changes), I'm closing this. 

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org