</table>
<p>
This directive specifies a general access requirement which has to be
-fulfilled in order to allow access. It's a very powerful directive because the
+fulfilled in order to allow access. It is a very powerful directive because the
requirement specification is an arbitrarily complex boolean expression
containing any number of access checks.</p>
<div class="warning">
| word "<strong>></strong>" word | word "<strong>gt</strong>" word
| word "<strong>>=</strong>" word | word "<strong>ge</strong>" word
| word "<strong>in</strong>" "<strong>{</strong>" wordlist "<strong>}</strong>"
+ | word "<strong>in</strong>" "<strong>OID(</strong>" word "<strong>)</strong>"
| word "<strong>=~</strong>" regex
| word "<strong>!~</strong>" regex
and %{TIME_HOUR} >= 8 and %{TIME_HOUR} <= 20 ) \<br />
or %{REMOTE_ADDR} =~ m/^192\.76\.162\.[0-9]+$/
</code></p></div>
+<p>The <code>OID()</code> function expects to find zero or more instances
+of the given OID in the client certificate, and compares the left-hand side
+string against the value of matching OID attributes. Every matching OID is
+checked, until a match is found.
+</p>
<p><em>Standard CGI/1.0 and Apache variables:</em></p>
<pre>
<div class="section">
<h2><a name="examples" id="examples">Examples</a></h2>
<div class="example"><p><code>
- httxt2dbm -i rewritemap.txt -i rewritemap.dbm<br />
- httxt2dbm -f SDBM -i rewritemap.txt -i rewritemap.dbm<br />
+ httxt2dbm -i rewritemap.txt -o rewritemap.dbm<br />
+ httxt2dbm -f SDBM -i rewritemap.txt -o rewritemap.dbm<br />
</code></p></div>
</div></div>
<div class="bottomlang">