From: Mike Rylander Date: Mon, 10 Nov 2014 16:13:14 +0000 (-0500) Subject: Pass activity_who from the config to the ILS X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=69264b2a2fc2760b7cd7be3ac8400892848f5395;p=working%2FEvergreen.git Pass activity_who from the config to the ILS Signed-off-by: Mike Rylander --- diff --git a/Open-ILS/examples/oils_sip.xml.example b/Open-ILS/examples/oils_sip.xml.example index ee371526df..29fde835f4 100644 --- a/Open-ILS/examples/oils_sip.xml.example +++ b/Open-ILS/examples/oils_sip.xml.example @@ -28,7 +28,7 @@ - + @@ -39,7 +39,7 @@ - + @@ -56,6 +56,7 @@ SYSCONFDIR/opensrf_core.xml USD + sipclient diff --git a/Open-ILS/src/perlmods/lib/OpenILS/SIP.pm b/Open-ILS/src/perlmods/lib/OpenILS/SIP.pm index bd11e1978e..f0106e6b58 100644 --- a/Open-ILS/src/perlmods/lib/OpenILS/SIP.pm +++ b/Open-ILS/src/perlmods/lib/OpenILS/SIP.pm @@ -245,7 +245,8 @@ sub login { username => $username, password => md5_hex($seed . md5_hex($password)), type => 'opac', - nonce => $nonce + nonce => $nonce, + agent => OpenILS::SIP::Patron->get_act_who() } );