Bugzilla – Attachment 61449 Details for
Bug 12026
Shibboleth auto-provisioning - Create
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 12026: [Rebase Follow-up] - Fix Test
Bug-12026-Rebase-Follow-up---Fix-Test.patch (text/plain), 1.32 KB, created by
Martin Renvoize (ashimema)
on 2017-03-22 13:59:04 UTC
(
hide
)
Description:
Bug 12026: [Rebase Follow-up] - Fix Test
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2017-03-22 13:59:04 UTC
Size:
1.32 KB
patch
obsolete
>From c5609d440813c2072a2840cc7e4316e7c025272e Mon Sep 17 00:00:00 2001 >From: Martin Renvoize <martin.renvoize@ptfs-europe.com> >Date: Wed, 22 Mar 2017 13:54:46 +0000 >Subject: [PATCH] Bug 12026: [Rebase Follow-up] - Fix Test > >--- > C4/Auth_with_shibboleth.pm | 2 +- > t/Auth_with_shibboleth.t | 3 ++- > 2 files changed, 3 insertions(+), 2 deletions(-) > >diff --git a/C4/Auth_with_shibboleth.pm b/C4/Auth_with_shibboleth.pm >index 1c996a2..4e7c0f0 100644 >--- a/C4/Auth_with_shibboleth.pm >+++ b/C4/Auth_with_shibboleth.pm >@@ -116,7 +116,7 @@ sub checkpw_shib { > sub _autocreate { > my ( $config, $match ) = @_; > >- my %borrower = ( shibbolethMatchField => $match ); >+ my %borrower = ( $config->{matchpoint} => $match ); > > while ( my ( $key, $entry ) = each %{$config->{'mapping'}} ) { > $borrower{$key} = ( $entry->{'is'} && $ENV{ $entry->{'is'} } ) || $entry->{'content'} || ''; >diff --git a/t/Auth_with_shibboleth.t b/t/Auth_with_shibboleth.t >index 5f24cd2..7ce3b47 100644 >--- a/t/Auth_with_shibboleth.t >+++ b/t/Auth_with_shibboleth.t >@@ -97,7 +97,8 @@ sub reset_config { > ############################################################## > > # Can module load >-use_ok('C4::Auth_with_shibboleth'); >+use C4::Auth_with_shibboleth; >+require_ok('C4::Auth_with_shibboleth'); > $C4::Auth_with_shibboleth::debug = '0'; > > # Subroutine tests >-- >2.1.4
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 12026
:
26769
|
26788
|
28408
|
30351
|
30352
|
30376
|
31054
|
31055
|
35551
|
35552
|
56241
|
56242
|
56243
|
57486
|
57563
|
57564
|
57565
|
57566
|
61268
|
61269
|
61270
|
61271
|
61363
|
61364
|
61365
|
61366
|
61367
|
61435
|
61436
|
61437
|
61438
|
61444
|
61445
|
61446
|
61447
|
61448
|
61449
|
61521
|
61522
|
61523
|
61524
|
61525
|
61526
|
61527
|
61596
|
61598
|
61599
|
61675
|
61676
|
61677
|
61678
|
61679
|
61680
|
61683
|
61684
|
62521
|
62522