Bugzilla – Attachment 3552 Details for
Bug 5630
CAS improvements
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Followup 3
0004-Bug-5630-MT4057-Follow-up-Let-the-user-choose-the-CA.patch (text/plain), 1.05 KB, created by
Chris Cormack
on 2011-03-30 21:30:02 UTC
(
hide
)
Description:
Followup 3
Filename:
MIME Type:
Creator:
Chris Cormack
Created:
2011-03-30 21:30:02 UTC
Size:
1.05 KB
patch
obsolete
>From c18cfc9f994b3271594147e04bbb520ce12a2abc Mon Sep 17 00:00:00 2001 >From: Matthias Meusburger <matthias.meusburger@biblibre.com> >Date: Tue, 14 Sep 2010 16:31:49 +0200 >Subject: [PATCH] Bug 5630 : MT4057: [Follow-up] Let the user choose the CAS server to authenticate against in case of multiple CAS servers > >--- > C4/Auth.pm | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > >diff --git a/C4/Auth.pm b/C4/Auth.pm >index 347012e..122737e 100644 >--- a/C4/Auth.pm >+++ b/C4/Auth.pm >@@ -53,12 +53,12 @@ BEGIN { > $ldap = C4::Context->config('useldapserver') || 0; > $cas = C4::Context->preference('casAuthentication'); > $caslogout = C4::Context->preference('casLogout'); >+ require C4::Auth_with_cas; # no import > if ($ldap) { > require C4::Auth_with_ldap; > # no import import C4::Auth_with_ldap qw(checkpw_ldap); > } > if ($cas) { >- require C4::Auth_with_cas; # no import > import C4::Auth_with_cas qw(check_api_auth_cas checkpw_cas login_cas logout_cas login_cas_url); > } > >-- >1.7.1 >
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 5630
:
3549
|
3550
|
3551
|
3552
|
3553
|
3813
|
4716
|
5219
|
5297