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"
37 <!--- client_timeout times out active connections which have not received
38 input from the client. Many persistent connections will send a status request
39 every 5-7 mins so setting this to less than that will add instability to the connection
40 if explicitly set to zero, no timeout is applied to the connection.
41 NB the parameter timeout applies to the login process only and should be set to a lower value
42 to time out failed connections
47 <login id="staff" password="staff" delimiter="|" error-detect="enabled" institution="CPL" encoding="ascii" checked_in_ok="1" payment_type_writeoff="06" disallow_overpayment="1" />
48 <login id="koha" password="koha" delimiter="|" error-detect="enabled" institution="kohalibrary" encoding="utf8" />
49 <login id="koha2" password="koha" institution="kohalibrary2" terminator="CR" />
50 <login id="lpl-sc" password="1234" institution="LPL" />
51 <login id="lpl-sc-beacock" password="xyzzy"
52 delimiter="|" error-detect="enabled" institution="LPL"
53 send_patron_home_library_in_af="1"
54 cv_send_00_on_success="1"
57 ae_field_template="[% patron.surname %][% IF patron.firstname %], [% patron.firstname %][% END %]"
58 da_field_template="[% patron.surname %][% IF patron.firstname %], [% patron.firstname %][% END %]"
59 av_field_template="[% accountline.description %] [% accountline.amountoutstanding | format('%.2f') %]"
60 hide_fields="BD,BE,BF,PB">
61 <screen_msg_regex find="Greetings from Koha." replace="Welcome to your library!" />
62 <screen_msg_regex find="Invalid patron barcode." replace="Barcode not found, are you sure this is your library card?" />
63 <patron_attribute field="XY" code="CODE" />
65 <AllFinesNeedOverride>0</AllFinesNeedOverride>
71 Institution tags are for enabled branches. There needs to be one
72 institution stanza for each institution named in the accounts above.
73 The implementation attribute is actually used to find the code to run,
78 <institution id="MAIN" implementation="ILS" parms="">
79 <policy checkin="true" renewal="true" checkout="true"
80 status_update="false" offline="false"
84 <institution id="CPL" implementation="ILS" parms="">
85 <policy checkin="true" renewal="true" checkout="true"
86 status_update="false" offline="false"
90 <institution id="kohalibrary" implementation="ILS" parms="">
91 <policy checkin="true" renewal="false" checkout="true"
92 status_update="false" offline="false"
96 <institution id="kohalibrary2" implementation="ILS" parms="">
97 <policy checkin="true" renewal="false" checkout="true"
101 <institution id="LPL" implementation="ILS">
102 <policy checkin="true" renewal="false" checkout="true"
108 <!-- This section allows system preferences to be overridden on a global basis.
109 If the same system preference is overridden at the login level, the login
110 version will take precedence.
113 <AllFinesNeedOverride>0</AllFinesNeedOverride>