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' ); /**