Hello All

I have configured SIP server on my koha.

In the SIPServer.xml I have set institution id as "VSL",as one of my library
code is "VSL",and implementation="ILS" as it was default.


<institution id="VSL" implementation="ILS" parms="">
          <policy checkin="true" renewal="true"
            status_update="false" offline="false"
          timeout="100"
            retries="5" />
    </institution>

But when I tried to login using telenet I am getting following error.Here
kohaadmin is just opac user and I have given him all the permission.

kohaadmin is also available in borrower table.

chi...@debian:~/koha/lib/C4/SIP$ telnet localhost 8023
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
login: kohaadmin
password: smartant

Connection closed by foreign host.

If I use illegal user name or password (which does not have account) it
gives me following error.

chi...@debian:~/koha/lib/C4/SIP$ telnet localhost 8023
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
login: blabla
password: blabla
Invalid login


Regards,
-- 
Purohit Chirag
_______________________________________________
Koha-devel mailing list
Koha-devel@lists.koha.org
http://lists.koha.org/mailman/listinfo/koha-devel

Reply via email to