summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorartem <artem@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2008-01-29 12:12:26 +0000
committerartem <artem@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2008-01-29 12:12:26 +0000
commit0c12891108a86a1059340fd5597a08bd05db8024 (patch)
tree80bbad9358e585e1580745ab941a4468ce38f1d2 /include
parent6ccee53e0c5951bfd9d349863a6afa05437551f6 (diff)
downloadzabbix-0c12891108a86a1059340fd5597a08bd05db8024.tar.gz
zabbix-0c12891108a86a1059340fd5597a08bd05db8024.tar.xz
zabbix-0c12891108a86a1059340fd5597a08bd05db8024.zip
- [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
Diffstat (limited to 'include')
-rw-r--r--include/common.h8
1 files changed, 4 insertions, 4 deletions
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