]> granicus.if.org Git - apache/commit
allow group authorization to be stored in either basic or digest dbm user
authorAndré Malo <nd@apache.org>
Mon, 6 Jan 2003 03:35:48 +0000 (03:35 +0000)
committerAndré Malo <nd@apache.org>
Mon, 6 Jan 2003 03:35:48 +0000 (03:35 +0000)
commitfd8557b15079a4dd7c312da4c12333b677769a20
treeb25b155b665bc889921ce170c73ccc720d834ded
parent7e38c68850f19d5e73efe4cf16780463e6b9e9fd
allow group authorization to be stored in either basic or digest dbm user
files. This is done by looking up first "$user:$realm" and if no success
then $user as key.
The patch also restores the possibility of group files only
($user -> group,group... or "$user:$realm" -> group,group...).
That got somehow lost during the auth rewrite.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98175 13f79535-47bb-0310-9956-ffa450edef68
modules/aaa/mod_authz_dbm.c