Mercurial > hg > digilib
annotate client/src/main/webapp/WEB-INF/digilib-auth.xml @ 892:ec077cb6a8dc mvnify
merge from jquery branch
| author | robcast |
|---|---|
| date | Tue, 26 Apr 2011 10:44:10 +0200 |
| parents | 7ffb45138f61 |
| children |
| rev | line source |
|---|---|
| 167 | 1 <?xml version="1.0" encoding="UTF-8"?> |
|
57
58d23f512c80
New DigilibServlet.jar with new version (with DigilibRequest object).
robcast
parents:
17
diff
changeset
|
2 <!-- Authentication configuration file for Digital Document Library --> |
| 17 | 3 <auth-config> |
| 4 | |
| 5 <digilib-paths> | |
| 6 <!-- | |
| 7 A user must supply one of the roles under "role" | |
| 8 to access the directory "name". | |
| 9 Roles under "role" must be separated by comma only (no spaces). | |
| 10 --> | |
| 11 <path name="histast/eastwood-collection" role="eastwood-coll" /> | |
| 12 <path name="ptolemaios_geo" role="ptolemaios-geo" /> | |
| 13 </digilib-paths> | |
| 14 | |
| 15 <digilib-addresses> | |
| 16 <!-- | |
| 17 A computer with an ip address that matches "ip" | |
| 18 is automatically granted all roles under "role". | |
| 19 The ip address is matched from the left (in full quads). | |
| 20 Roles under "role" must be separated by comma only (no spaces). | |
| 21 --> | |
| 22 <address ip="127" role="local" /> | |
| 23 <address ip="130.92.68" role="eastwood-coll,ptolemaios-geo" /> | |
| 24 <address ip="130.92.151" role="ALL" /> | |
| 25 </digilib-addresses> | |
| 26 | |
| 27 </auth-config> |
