Koha SIP2
Joe Atzberger, LibLime
KohaCon 2009: Plano, TX
Koha SIP2
• unlike LDAP, SIP2 runs as a totally different
server (process)
• in fact, in practice it can be on a different
machine entirely
Koha SIP2
Extra dependencies:
• UNIVERSAL::require
• Net::Server::PreFork
Koha SIP2
• Now a well-documented setup process in an
Appendix to the Koha Manual.
• Instead of koha-conf.xml, you have
SIPconfig.xml
SIPconfig.xml (SIPserver.xml)
• controls port number
• designates SIP logins (login, passwords &
permissions must match Koha interface)
• requires at least one <institution>
• must restart SIP process(es) after edit