You are viewing a plain text version of this content. The canonical link for it is here.
Posted to apache-bugdb@apache.org by rs...@hyperreal.org on 1998/05/03 13:18:55 UTC

Re: mod_auth-any/2148: Inconsistent use of , or space in require group

[In order for any reply to be added to the PR database, ]
[you need to include <ap...@Apache.Org> in the Cc line ]
[and leave the subject line UNCHANGED.  This is not done]
[automatically because of the potential for mail loops. ]


Synopsis: Inconsistent use of , or space in require group

State-Changed-From-To: open-analyzed
State-Changed-By: rse
State-Changed-When: Sun May  3 04:18:55 PDT 1998
State-Changed-Why:
I checked the source and you are right, there is
a non-consistency. But not in parsing the arguments
of the "require" command (where all modules use
spaces as the seperator). The inconsistency is
in parsing the group files as I see the point!
mod_auth.c parses it with spaces while mod_auth_db
and mod_auth_dbm parses it with commas (which is
more like Unix /etc/group).

So IMHO mod_auth should use commas for the plain file.