Bugzilla – Attachment 83059 Details for
Bug 21934
Allow user to specify name for 'Shibboleth'
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 21934: Database update
Bug-21934-Database-update.patch (text/plain), 1.19 KB, created by
Nick Clemens (kidclamp)
on 2018-12-11 19:23:57 UTC
(
hide
)
Description:
Bug 21934: Database update
Filename:
MIME Type:
Creator:
Nick Clemens (kidclamp)
Created:
2018-12-11 19:23:57 UTC
Size:
1.19 KB
patch
obsolete
>From 9888bb749891bc927a51698e9be9e4fe3dc83234 Mon Sep 17 00:00:00 2001 >From: Nick Clemens <nick@bywatersolutions.com> >Date: Tue, 11 Dec 2018 19:23:23 +0000 >Subject: [PATCH] Bug 21934: Database update > >--- > .../atomicupdate/Bug_21934_add_shibbolethName_preference.perl | 11 +++++++++++ > 1 file changed, 11 insertions(+) > create mode 100644 installer/data/mysql/atomicupdate/Bug_21934_add_shibbolethName_preference.perl > >diff --git a/installer/data/mysql/atomicupdate/Bug_21934_add_shibbolethName_preference.perl b/installer/data/mysql/atomicupdate/Bug_21934_add_shibbolethName_preference.perl >new file mode 100644 >index 0000000000..aa324e62b2 >--- /dev/null >+++ b/installer/data/mysql/atomicupdate/Bug_21934_add_shibbolethName_preference.perl >@@ -0,0 +1,11 @@ >+$DBversion = 'XXX'; >+if( CheckVersion( $DBversion ) ) { >+ $dbh->do(q{ >+ INSERT IGNORE INTO systempreferences >+ ( variable,value,options,explanation,type) >+ VALUES >+ ('shibbolethName','',NULL,'Specify the name for Shibboleth accounts, "Shibboleth" will be used if blank','Free') >+ }); >+ SetVersion( $DBversion ); >+ print "Upgrade to $DBversion done (Bug 21934 - Add shibbolethName system preference)\n"; >+} >-- >2.11.0
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 21934
:
82825
| 83059 |
83116