From 69264b2a2fc2760b7cd7be3ac8400892848f5395 Mon Sep 17 00:00:00 2001 From: Mike Rylander Date: Mon, 10 Nov 2014 11:13:14 -0500 Subject: [PATCH] Pass activity_who from the config to the ILS Signed-off-by: Mike Rylander --- Open-ILS/examples/oils_sip.xml.example | 5 +++-- Open-ILS/src/perlmods/lib/OpenILS/SIP.pm | 3 ++- 2 files changed, 5 insertions(+), 3 deletions(-) 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() } ); -- 2.11.0