1 <!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook V4.4//EN"
2 "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
3 <!ENTITY copyright SYSTEM "copyright.xml">
4 <!ENTITY % idcommon SYSTEM "common/common.ent">
7 <refentry id="ref-auth_simple">
9 <productname>Metaproxy</productname>
10 <orgname>Index Data</orgname>
14 <refentrytitle>auth_simple</refentrytitle>
15 <manvolnum>3mp</manvolnum>
16 <refmiscinfo class="manual">Metaproxy Module</refmiscinfo>
20 <refname>auth_simple</refname>
21 <refpurpose>Metaproxy Simple Authentication And Authorization Module</refpurpose>
24 <refsect1><title>DESCRIPTION</title>
26 Simple authentication and authorization. The configuration
27 specifies the name of a file that is the user register, which
28 lists <varname>username</varname>:<varname>password</varname>
29 pairs, one per line, colon separated. When a session begins, it
30 is rejected unless username and passsword are supplied, and match
31 a pair in the register.
33 <!-- TODO: discuss authorization phase -->
36 <refsect1><title>SCHEMA</title>
37 <literallayout><xi:include
38 xi:href="../xml/schema/filter_auth_simple.rnc"
40 xmlns:xi="http://www.w3.org/2001/XInclude" />
44 <refsect1><title>EXAMPLES</title>
46 A typical configuration looks like this:
48 <filter type="auth_simple">
49 <userRegister>../etc/example.simple-auth</userRegister>
50 <targetRegister>../etc/example.target-auth</targetRegister>
51 <discardUnauthorisedTargets/>
56 <!-- Show and describe example.target-auth -->
59 <refsect1><title>SEE ALSO</title>
62 <refentrytitle>metaproxy</refentrytitle>
63 <manvolnum>1</manvolnum>
71 <!-- Keep this comment at the end of the file