Bugzilla – Attachment 35554 Details for
Bug 12027
Shibboleth authentication for staff client
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
BUG 12027 [Followup]: Added missing documentation
BUG-12027-Followup-Added-missing-documentation.patch (text/plain), 1.29 KB, created by
Martin Renvoize (ashimema)
on 2015-01-27 13:37:47 UTC
(
hide
)
Description:
BUG 12027 [Followup]: Added missing documentation
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2015-01-27 13:37:47 UTC
Size:
1.29 KB
patch
obsolete
>From 598ed15f83a46d203638959ede95cbeb7f346999 Mon Sep 17 00:00:00 2001 >From: Martin Renvoize <martin.renvoize@ptfs-europe.com> >Date: Tue, 27 Jan 2015 13:34:14 +0000 >Subject: [PATCH] BUG 12027 [Followup]: Added missing documentation > >--- > C4/Auth_with_shibboleth.pm | 17 ++++++++++++++++- > 1 file changed, 16 insertions(+), 1 deletion(-) > >diff --git a/C4/Auth_with_shibboleth.pm b/C4/Auth_with_shibboleth.pm >index f1ae0fb..b677ec5 100644 >--- a/C4/Auth_with_shibboleth.pm >+++ b/C4/Auth_with_shibboleth.pm >@@ -49,7 +49,6 @@ sub shib_ok { > return 0; > } > >- > # Logout from Shibboleth > sub logout_shib { > my ($query) = @_; >@@ -291,6 +290,22 @@ Given a database handle and a shib_login attribute, this routine checks for a ma > > my ( $retval, $retcard, $retuserid ) = C4::Auth_with_shibboleth::checkpw_shib( $shib_login ); > >+=head2 _get_uri >+ >+ _get_uri(); >+ >+A sugar function to that simply returns the current page URI with appropriate protocal attached >+ >+This routine is NOT exported >+ >+=head2 _get_shib_config >+ >+ my $config = _get_shib_config(); >+ >+A sugar function that checks for a valid sibboleth configuration, and if found returns a hashref of it's contents >+ >+This routine is NOT exported >+ > =head2 _autocreate > > my ( $retval, $retcard, $retuserid ) = _autocreate( $dbh, $shib, $userid ); >-- >1.7.10.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 12027
:
30373
|
30374
|
30375
|
30377
|
35553
|
35554
|
43371
|
43372
|
62523
|
62524
|
62823
|
62824
|
62825
|
73152
|
75868
|
79416
|
79417
|
79418
|
79419