Invalid SIP users in koha
Dear All, I am configuring the Koha for 3M RFID, but my SIP users are not working, showing invalid id and password even if the password is right. Koha version 3.02 OS = OpenSUSE 12.2 SIP 2.0 I have done following changes in my SIPconfig.xml <service port="8023/tcp" transport="telnet" protocol="SIP/2.00" timeout="60" /> <service port="0.0.0.0:6001/tcp" transport="telnet" protocol="SIP/2.00" timeout="60" /> </listeners> ------------------------------------- <login id="sipuser" password="pwd1234" delimiter="|" error-detect="enabled" institution="Lib" /> <login id="sip2user" password="pwd1234" delimiter="|" error-detect="enabled" institution="Lib" /> --------------------------------------- <institution id="Lib" implementation="ILS" parms=""> <policy checkin="true" renewal="true" checkout="true" status_update="true" offline="false" timeout="100" retries="5" /> </institution> ---------------------------------------- I started the SIP using: perl -I C4/SIP -MILS C4/SIP/SIPServer.pm C4/SIP/SIPconfig.xml & All these users are superlibrarian and accessible through frontend. When i use the following command on server: telnet localhost 8023 userid:sipuser password:pwd1234 it shows invalid user. Kindly help me in this to resolve the issue. regards, Vishal
On Mon, Aug 11, 2014 at 08:28:25PM +0530, vishal patil wrote:
Dear All,
I am configuring the Koha for 3M RFID, but my SIP users are not working, showing invalid id and password even if the password is right.
------------------------------------- <login id="sipuser" password="pwd1234" delimiter="|" error-detect="enabled" institution="Lib" /> <login id="sip2user" password="pwd1234" delimiter="|" error-detect="enabled" institution="Lib" /> --------------------------------------- The login entries are contained within an <accounts> element?
C. -- Colin Campbell Chief Software Engineer, PTFS Europe Limited Content Management and Library Solutions +44 (0) 800 756 6803 (phone) +44 (0) 7759 633626 (mobile) colin.campbell@ptfs-europe.com skype: colin_campbell2 http://www.ptfs-europe.com
participants (2)
-
Colin Campbell -
vishal patil