annotate client/digitallibrary/WEB-INF/digilib-auth.xml @ 10:4c7b1eedb186 vendor

First import of client module
author robcast
date Thu, 17 Jan 2002 15:29:52 +0100
parents
children 58d23f512c80
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
10
4c7b1eedb186 First import of client module
robcast
parents:
diff changeset
1 <!--
4c7b1eedb186 First import of client module
robcast
parents:
diff changeset
2 -->
4c7b1eedb186 First import of client module
robcast
parents:
diff changeset
3 <auth-config>
4c7b1eedb186 First import of client module
robcast
parents:
diff changeset
4
4c7b1eedb186 First import of client module
robcast
parents:
diff changeset
5 <digilib-paths>
4c7b1eedb186 First import of client module
robcast
parents:
diff changeset
6 <!--
4c7b1eedb186 First import of client module
robcast
parents:
diff changeset
7 A user must supply one of the roles under "role"
4c7b1eedb186 First import of client module
robcast
parents:
diff changeset
8 to access the directory "name".
4c7b1eedb186 First import of client module
robcast
parents:
diff changeset
9 Roles under "role" must be separated by comma only (no spaces).
4c7b1eedb186 First import of client module
robcast
parents:
diff changeset
10 -->
4c7b1eedb186 First import of client module
robcast
parents:
diff changeset
11 <path name="histast/eastwood-collection" role="eastwood-coll" />
4c7b1eedb186 First import of client module
robcast
parents:
diff changeset
12 <path name="ptolemaios_geo" role="ptolemaios-geo" />
4c7b1eedb186 First import of client module
robcast
parents:
diff changeset
13 </digilib-paths>
4c7b1eedb186 First import of client module
robcast
parents:
diff changeset
14
4c7b1eedb186 First import of client module
robcast
parents:
diff changeset
15 <digilib-addresses>
4c7b1eedb186 First import of client module
robcast
parents:
diff changeset
16 <!--
4c7b1eedb186 First import of client module
robcast
parents:
diff changeset
17 A computer with an ip address that matches "ip"
4c7b1eedb186 First import of client module
robcast
parents:
diff changeset
18 is automatically granted all roles under "role".
4c7b1eedb186 First import of client module
robcast
parents:
diff changeset
19 The ip address is matched from the left (in full quads).
4c7b1eedb186 First import of client module
robcast
parents:
diff changeset
20 Roles under "role" must be separated by comma only (no spaces).
4c7b1eedb186 First import of client module
robcast
parents:
diff changeset
21 -->
4c7b1eedb186 First import of client module
robcast
parents:
diff changeset
22 <address ip="127" role="local" />
4c7b1eedb186 First import of client module
robcast
parents:
diff changeset
23 <address ip="130.92.68" role="eastwood-coll,ptolemaios-geo" />
4c7b1eedb186 First import of client module
robcast
parents:
diff changeset
24 <address ip="130.92.151" role="ALL" />
4c7b1eedb186 First import of client module
robcast
parents:
diff changeset
25 </digilib-addresses>
4c7b1eedb186 First import of client module
robcast
parents:
diff changeset
26
4c7b1eedb186 First import of client module
robcast
parents:
diff changeset
27 </auth-config>