1 <acsconfig xmlns="http://openncip.org/acs-config/1.0/">
2 <!-- above address gets nothing, it's just a namespace -->
3 <error-detect enabled="true" />
6 Set Net::Server::PreFork runtime parameters
7 syslog_ident will identify SIP2 Koha server entries in syslog
8 For OpenSolaris, add: syslog_logsock=stream
13 log_file='Sys::Syslog'
14 syslog_ident='koha_sip'
15 syslog_facility='local6'
19 <!-- vestigial HTTP, never implemented: just use the OPAC!
23 protocol="NCIP/1.0" />
32 port="127.0.0.1:6001/tcp"
39 <login id="term1" password="term1" delimiter="|" error-detect="enabled" institution="CPL" encoding="ascii" checked_in_ok="1" />
40 <login id="koha" password="koha" delimiter="|" error-detect="enabled" institution="kohalibrary" encoding="utf8" />
41 <login id="koha2" password="koha" institution="kohalibrary2" terminator="CR" />
42 <login id="lpl-sc" password="1234" institution="LPL" />
43 <login id="lpl-sc-beacock" password="xyzzy"
44 delimiter="|" error-detect="enabled" institution="LPL"
45 send_patron_home_library_in_af="1" >
46 <screen_msg_regex find="Greetings from Koha." replace="Welcome to your library!" />
47 <screen_msg_regex find="Invalid patron barcode." replace="Barcode not found, are you sure this is your library card?" />
52 Institution tags are for enabled branches. There needs to be one
53 institution stanza for each institution named in the accounts above.
54 The implementation attribute is actually used to find the code to run,
59 <institution id="MAIN" implementation="ILS" parms="">
60 <policy checkin="true" renewal="true" checkout="true"
61 status_update="false" offline="false"
65 <institution id="CPL" implementation="ILS" parms="">
66 <policy checkin="true" renewal="true" checkout="true"
67 status_update="false" offline="false"
71 <institution id="kohalibrary" implementation="ILS" parms="">
72 <policy checkin="true" renewal="false" checkout="true"
73 status_update="false" offline="false"
77 <institution id="kohalibrary2" implementation="ILS" parms="">
78 <policy checkin="true" renewal="false" checkout="true"
82 <institution id="LPL" implementation="ILS">
83 <policy checkin="true" renewal="false" checkout="true"