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

github.com/nextcloud/apps.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSixto Martin <smartin@yaco.es>2012-12-28 03:49:31 +0400
committerSixto Martin <smartin@yaco.es>2012-12-28 03:49:31 +0400
commit7528fdf147a767a0be17faa097ac62ba9378c768 (patch)
tree689c58819b183f2398148a5fe445a46539784c81 /user_saml
parent03c8cd8553a72e9ac300d036737256015c43897f (diff)
parent0fbc105e8d8bcb4019b97ec60e74051a1bdbb388 (diff)
Merge pull request #4 from owncloud/0fbc105e8d8bcb4019b97ec60e74051a1bdbb388
Update repo
Diffstat (limited to 'user_saml')
-rw-r--r--user_saml/settings.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/user_saml/settings.php b/user_saml/settings.php
index 9a97496bc..5d930e251 100644
--- a/user_saml/settings.php
+++ b/user_saml/settings.php
@@ -21,6 +21,8 @@
*
*/
+OC_Util::checkAdminUser();
+
$params = array('saml_ssp_path', 'saml_sp_source', 'saml_autocreate', 'saml_update_user_data', 'saml_protected_groups', 'saml_default_group', 'saml_username_mapping', 'saml_email_mapping', 'saml_group_mapping');
OCP\Util::addscript('user_saml', 'settings');