From f93c2de6be4e04fa2117e0fbe8b0f15c0a4d9864 Mon Sep 17 00:00:00 2001 From: Johannes Meyer Date: Wed, 13 May 2015 10:45:54 +0200 Subject: [PATCH] UserGroupBackend: Disable default backend type `ini' We're not going to support this until a proper membership implementation exists (or is required at all). refs #8826 --- library/Icinga/Authentication/UserGroup/UserGroupBackend.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/Icinga/Authentication/UserGroup/UserGroupBackend.php b/library/Icinga/Authentication/UserGroup/UserGroupBackend.php index a6382c8e5..dd4900ea8 100644 --- a/library/Icinga/Authentication/UserGroup/UserGroupBackend.php +++ b/library/Icinga/Authentication/UserGroup/UserGroupBackend.php @@ -21,7 +21,7 @@ class UserGroupBackend */ protected static $defaultBackends = array( 'db', - 'ini' + //'ini' ); /**