inserted Emacs nxml-mode in bottom of file
[metaproxy-moved-to-github.git] / doc / auth_simple.xml
index c3196d9..c51aeb4 100644 (file)
@@ -2,16 +2,17 @@
     "http://www.oasis-open.org/docbook/xml/4.1/docbookx.dtd" [
  <!ENTITY copyright SYSTEM "copyright.xml">
 ]>
-<!-- $Id: auth_simple.xml,v 1.1 2006-03-16 13:20:05 adam Exp $ -->
+<!-- $Id: auth_simple.xml,v 1.5 2006-04-24 12:50:24 marc Exp $ -->
 <refentry>
  <refmeta>
   <refentrytitle>auth_simple</refentrytitle>
   <manvolnum>3mp</manvolnum>
+  <refmiscinfo>Metaproxy Module</refmiscinfo>
  </refmeta>
  
  <refnamediv>
   <refname>auth_simple</refname>
-  <refpurpose>Simple authentication and authorisation.</refpurpose>
+  <refpurpose>simple authentication and authorisation.</refpurpose>
  </refnamediv>
  
  <refsect1><title>DESCRIPTION</title>
  
  <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>
-    <discardUnauthorisedTargets/>
-   </filter>
+     <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> 
  
  &copyright;
 </refentry>
 
-<!-- Keep this comment at the end of the file
+<!-- Keep this Emacs mode comment at the end of the file
 Local variables:
-mode: sgml
-sgml-omittag:t
-sgml-shorttag:t
-sgml-minimize-attributes:nil
-sgml-always-quote-attributes:t
-sgml-indent-step:1
-sgml-indent-data:t
-sgml-parent-document:nil
-sgml-local-catalogs: nil
-sgml-namecase-general:t
+mode: nxml
 End:
 -->
+