码迷,mamicode.com
首页 > 数据库 > 详细

从数据库中修改zabbix的验证方式 0 内置 1 LDAP 2 HTTP

时间:2016-08-03 15:02:02      阅读:147      评论:0      收藏:0      [点我收藏+]

标签:

 1 MariaDB [zabbix]> select authentication_type from config ;
 2 +---------------------+
 3 | authentication_type |
 4 +---------------------+
 5 |                   2 |
 6 +---------------------+
 7 1 row in set (0.00 sec)
 8 
 9 MariaDB [zabbix]> update config set authentication_type = 0 ;
10 Query OK, 1 row affected (0.00 sec)
11 Rows matched: 1  Changed: 1  Warnings: 0
12 
13 MariaDB [zabbix]> select authentication_type from config ;
14 +---------------------+
15 | authentication_type |
16 +---------------------+
17 |                   0 |
18 +---------------------+
19 1 row in set (0.00 sec)

 

1 [root@zabbix-server ~]# systemctl restart zabbix-server

 

从数据库中修改zabbix的验证方式 0 内置 1 LDAP 2 HTTP

标签:

原文地址:http://www.cnblogs.com/www1707/p/5732664.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!