Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/user_saml.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorArthur Schiwon <blizzz@arthur-schiwon.de>2022-02-28 23:56:07 +0300
committerblizzz (Rebase PR Action) <blizzz@users.noreply.github.com>2022-04-07 23:29:04 +0300
commitee8845252af954017ce4ecaec6c124fa20ddeaac (patch)
treef1b651387ac2ab7fc86c70bf1c538296f7c62079 /lib
parent6548abb0f9aa58b4191aa145b33dfbf71f8f4ca6 (diff)
also migrate sp-x509cert, sp-name-id-format, sp-privateKey
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Diffstat (limited to 'lib')
-rw-r--r--lib/Migration/Version5000Date20211025124248.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/Migration/Version5000Date20211025124248.php b/lib/Migration/Version5000Date20211025124248.php
index a14f15ec..79252a06 100644
--- a/lib/Migration/Version5000Date20211025124248.php
+++ b/lib/Migration/Version5000Date20211025124248.php
@@ -46,6 +46,9 @@ class Version5000Date20211025124248 extends SimpleMigrationStep {
'saml-attribute-mapping-group_mapping',
'saml-attribute-mapping-home_mapping',
'saml-attribute-mapping-quota_mapping',
+ 'sp-x509cert',
+ 'sp-name-id-format',
+ 'sp-privateKey',
];
/** @var IDBConnection */