From 0c12891108a86a1059340fd5597a08bd05db8024 Mon Sep 17 00:00:00 2001 From: artem Date: Tue, 29 Jan 2008 12:12:26 +0000 Subject: - [DEV-103] added support of disabling login rights for a users group (Artem) git-svn-id: svn://svn.zabbix.com/trunk@5287 97f52cf1-0a1b-0410-bd0e-c28be96e8082 --- include/common.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'include') diff --git a/include/common.h b/include/common.h index 250b42a3..2e21d6cf 100644 --- a/include/common.h +++ b/include/common.h @@ -347,12 +347,12 @@ typedef enum TRIGGER_TYPE_MULTIPLE_TRUE } zbx_trigger_type_t; -/* User statuses */ +/* GROUP statuses */ typedef enum { - USER_STATUS_ACTIVE = 0, - USER_STATUS_DISABLED -} zbx_user_status_type_t; + GROUP_STATUS_ACTIVE = 0, + GROUP_STATUS_DISABLED +} zbx_group_status_type_t; /* HTTP Tests statuses */ #define HTTPTEST_STATUS_MONITORED 0 -- cgit