a3800b55344a8adf4af42086970841c490437417
[koha.git] / C4 / SIP / SIPconfig.xml
1 <acsconfig xmlns="http://openncip.org/acs-config/1.0/">
2 <!-- FIXME: above address gets nothing? -->
3   <error-detect enabled="true" />
4
5 <!-- Set Net::Server::PreFork runtime parameters -->
6 <!--  <server-params
7            min_servers='1'
8            min_spare_servers='0' /> -->
9   
10   <listeners>
11 <!-- vestigial HTTP, never implemented: just use the OPAC!
12         <service
13       port="0:8080/tcp"
14       transport="http"
15       protocol="NCIP/1.0" />
16 -->
17     <service
18       port="8023/tcp"
19       transport="telnet"
20       protocol="SIP/2.00"
21       timeout="60" />
22
23     <service
24       port="127.0.0.1:6001/tcp"
25       transport="RAW" 
26       protocol="SIP/2.00"
27       timeout="60" />
28   </listeners>
29
30   <accounts>
31       <login id="term1"  password="term1" delimiter="|" error-detect="enabled" institution="CPL" />
32       <login id="koha"   password="koha"  delimiter="|" error-detect="enabled" institution="kohalibrary" />
33       <login id="koha2"  password="koha" institution="kohalibrary2" />
34       <login id="lpl-sc" password="1234" institution="LPL" />
35       <login id="lpl-sc-beacock" password="xyzzy"
36              delimiter="|" error-detect="enabled" institution="LPL" />
37   </accounts>
38
39 <!-- Institution tags will hold stuff used to interface to -->
40 <!-- the rest of the ILS: authentication parameters, etc.  I -->
41 <!-- don't know what yet, so it'll just be blank.  But there -->
42 <!-- needs to be one institution stanza for each institution -->
43 <!-- named in the accounts above. -->
44 <institutions>
45     <institution id="MAIN" implementation="ILS" parms="">
46           <policy checkin="true" renewal="true"
47                   status_update="false" offline="false"
48                   timeout="100"
49                   retries="5" />
50     </institution>
51     <institution id="CPL" implementation="ILS" parms="">
52           <policy checkin="true" renewal="true"
53                   status_update="false" offline="false"
54                   timeout="25"
55                   retries="5" />
56     </institution>
57     <institution id="kohalibrary" implementation="ILS" parms="">
58           <policy checkin="true" renewal="false"
59                   status_update="false" offline="false"
60                   timeout="100"
61                   retries="5" />
62     </institution>
63     <institution id="kohalibrary2" implementation="ILS" parms="">
64           <policy checkin="true" renewal="false"
65                   timeout="100"
66                   retries="3" />
67     </institution>
68     <institution id="LPL" implementation="ILS">
69           <policy checkin="true" renewal="false"
70                   timeout="100"
71                   retries="5" />
72     </institution>
73 </institutions>
74 </acsconfig>