diff options
Diffstat (limited to 'docs/manual/mod/mod_authz_dbd.html.en')
-rw-r--r-- | docs/manual/mod/mod_authz_dbd.html.en | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/manual/mod/mod_authz_dbd.html.en b/docs/manual/mod/mod_authz_dbd.html.en index 5cd289c451..f5c5cce64c 100644 --- a/docs/manual/mod/mod_authz_dbd.html.en +++ b/docs/manual/mod/mod_authz_dbd.html.en @@ -188,7 +188,7 @@ header is present</td></tr> <li>When used with a <code>Require dbd-group</code> directive, it specifies a query to look up groups for the current user. This is the standard functionality of other authorization modules such as - <code class="module"><a href="../mod/mod_authz_file.html">mod_authz_file</a></code> and <code class="module"><a href="../mod/mod_authz_dbm.html">mod_authz_dbm</a></code>. + <code class="module"><a href="../mod/mod_authz_groupfile.html">mod_authz_groupfile</a></code> and <code class="module"><a href="../mod/mod_authz_dbm.html">mod_authz_dbm</a></code>. The first column value of each row returned by the query statement should be a string containing a group name. Zero, one, or more rows may be returned. |