Bump year
[metaproxy-moved-to-github.git] / doc / auth_simple.xml
index 8a2077a..c5de45b 100644 (file)
@@ -1,9 +1,10 @@
 <!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook V4.1//EN" 
     "http://www.oasis-open.org/docbook/xml/4.1/docbookx.dtd" [
  <!ENTITY copyright SYSTEM "copyright.xml">
+ <!ENTITY % idcommon SYSTEM "common/common.ent">
+     %idcommon;
 ]>
-<!-- $Id: auth_simple.xml,v 1.3 2006-03-27 13:44:07 adam Exp $ -->
-<refentry>
+<refentry id="ref-auth_simple">
  <refmeta>
   <refentrytitle>auth_simple</refentrytitle>
   <manvolnum>3mp</manvolnum>
  
  <refnamediv>
   <refname>auth_simple</refname>
-  <refpurpose>simple authentication and authorisation.</refpurpose>
+  <refpurpose>Metaproxy Simple Authentication And Authorization Module</refpurpose>
  </refnamediv>
  
  <refsect1><title>DESCRIPTION</title>
   <para>
-   Simple authentication and authorisation.  The configuration
+   Simple authentication and authorization.  The configuration
    specifies the name of a file that is the user register, which
    lists <varname>username</varname>:<varname>password</varname>
    pairs, one per line, colon separated. When a session begins, it
    a pair in the register.
   </para>
   <para>
-   ### discuss authorisation phase
+   ### discuss authorization phase
   </para>
  </refsect1>
  
  <refsect1><title>EXAMPLES</title>
   <para>
-   A typical configuration looks as likes:
+   A typical configuration looks like this:
    <screen><![CDATA[
     <filter type="auth_simple">
-     <targetRegister>example.target-auth</targetRegister>
+     <userRegister>../etc/example.simple-auth</userRegister>
+     <targetRegister>../etc/example.target-auth</targetRegister>
      <discardUnauthorisedTargets/>
     </filter>
 ]]>
    </screen>
-   ### Show and describe examle.target-auth here ###
+   ### Show and describe example.target-auth
   </para>
  </refsect1>