]> granicus.if.org Git - apache/commit
allow group authorization to be stored in either basic or digest dbm user
authorAndre Malo <nd@apache.org>
Mon, 6 Jan 2003 03:35:48 +0000 (03:35 +0000)
committerAndre Malo <nd@apache.org>
Mon, 6 Jan 2003 03:35:48 +0000 (03:35 +0000)
commit17661bea01cc7dc3d004a7ae722fd7625e23ced8
treeb25b155b665bc889921ce170c73ccc720d834ded
parent02a33a5559454cf8b179b7a682d90b3ea5f07908
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