https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37543

--- Comment #2 from Rudolf Byker <[email protected]> ---
When not using authentication (a dumb idea, because then anyone can send stuff
into your Koha instance), it's simply the raw MARC record being sent:

00595cam a2200205Ma
4500001001300000003000600013005001700019008004100036040002500077035002100102049000900123110003700132245003700169260003400206300005400240336002600294337002800320338002700348994001400375ocn863323135OCoLC20151201051249.5131120s1986
   enka          000 0 eng d  aEQObengcEQOdOCLCQ  a(OCoLC)863323135 
aRSCM1 aMicroprocessors and peripherals.10aMicroprocessors and
peripherals.  aLondon :bMullard Ltd,c1986.  av, c700 pages in various
pagings :billustrations  atextbtxt2rdacontent  aunmediatedbn2rdamedia
 avolumebnc2rdacarrier  aC0bZARSC

When choosing the "Login ID" Authentication option, the MARC record is prefixed
with something like A10my_user_idP11my_password where 10 and 11 seem to be the
number of characters to consume for the username (A) and password (P)
respectively:

A10my_user_idP11my_password00595cam a2200205Ma
4500001001300000003000600013005001700019008004100036040002500077035002100102049000900123110003700132245003700169260003400206300005400240336002600294337002800320338002700348994001400375ocn863323135OCoLC20151201051249.5131120s1986
   enka          000 0 eng d  aEQObengcEQOdOCLCQ  a(OCoLC)863323135 
aRSCM1 aMicroprocessors and peripherals.10aMicroprocessors and
peripherals.  aLondon :bMullard Ltd,c1986.  av, c700 pages in various
pagings :billustrations  atextbtxt2rdacontent  aunmediatedbn2rdamedia
 avolumebnc2rdacarrier  aC0bZARSC

When choosing the "User ID" Authentication option, the MARC record is prefixed
with something like @10my_user_id where 10 seems to be the number of characters
to consume for the username, this time designated by @ instead of A:

@10my_user_id00595cam a2200205Ma
4500001001300000003000600013005001700019008004100036040002500077035002100102049000900123110003700132245003700169260003400206300005400240336002600294337002800320338002700348994001400375ocn863323135OCoLC20151201051249.5131120s1986
   enka          000 0 eng d  aEQObengcEQOdOCLCQ  a(OCoLC)863323135 
aRSCM1 aMicroprocessors and peripherals.10aMicroprocessors and
peripherals.  aLondon :bMullard Ltd,c1986.  av, c700 pages in various
pagings :billustrations  atextbtxt2rdacontent  aunmediatedbn2rdamedia
 avolumebnc2rdacarrier  aC0bZARSC

It would be great to link to some official docs for this, but I could not find
any.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to