summaryrefslogtreecommitdiffstats
path: root/docs/manual/mod/mod_authz_dbm.html.en
diff options
context:
space:
mode:
authorDaniel Gruno <humbedooh@apache.org>2013-04-08 14:01:20 +0200
committerDaniel Gruno <humbedooh@apache.org>2013-04-08 14:01:20 +0200
commitdd85401ea48031de38d0c87d1e0eb10dba3ed4cf (patch)
treec869f77fa9dfba83c9a2c45048bebb724cb29342 /docs/manual/mod/mod_authz_dbm.html.en
parentAdd example use case to doc (diff)
downloadapache2-dd85401ea48031de38d0c87d1e0eb10dba3ed4cf.tar.xz
apache2-dd85401ea48031de38d0c87d1e0eb10dba3ed4cf.zip
xforms
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1465603 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/mod/mod_authz_dbm.html.en')
-rw-r--r--docs/manual/mod/mod_authz_dbm.html.en23
1 files changed, 22 insertions, 1 deletions
diff --git a/docs/manual/mod/mod_authz_dbm.html.en b/docs/manual/mod/mod_authz_dbm.html.en
index 37de571efe..5bf4922018 100644
--- a/docs/manual/mod/mod_authz_dbm.html.en
+++ b/docs/manual/mod/mod_authz_dbm.html.en
@@ -43,11 +43,32 @@
<li><img alt="" src="../images/down.gif" /> <a href="#authdbmgroupfile">AuthDBMGroupFile</a></li>
<li><img alt="" src="../images/down.gif" /> <a href="#authzdbmtype">AuthzDBMType</a></li>
</ul>
-<h3>See also</h3>
+<h3>Topics</h3>
+<ul id="topics">
+<li><img alt="" src="../images/down.gif" /> <a href="#examples">Example usage</a></li>
+</ul><h3>See also</h3>
<ul class="seealso">
<li><code class="directive"><a href="../mod/mod_authz_core.html#require">Require</a></code></li>
</ul><ul class="seealso"><li><a href="#comments_section">Comments</a></li></ul></div>
+<div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
+<div class="section">
+<h2><a name="examples" id="examples">Example usage</a></h2>
+
+<p><em>Note that using mod_authz_dbm requires you to require <code>dbm-group</code>
+instead of <code>group</code>:</em>
+</p>
+<pre class="prettyprint lang-config">
+&lt;Directory "/foo/bar"&gt;
+ AuthType Basic
+ AuthName "Secure Area"
+ AuthBasicProvider dbm
+ AuthDBMUserFile site/data/users
+ AuthDBMGroupFile site/data/users
+ Require dbm-group admin
+&lt;/Directory&gt;
+</pre>
+</div>
<div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
<div class="directive-section"><h2><a name="AuthDBMGroupFile" id="AuthDBMGroupFile">AuthDBMGroupFile</a> <a name="authdbmgroupfile" id="authdbmgroupfile">Directive</a></h2>
<table class="directive">