Zabbix - ldap 인증 비활성화

2023. 8. 16. 11:35·모니터링(Zabbix,Grafana)

zabbix ldap 설정 오류로 로컬 인증, ldap 인증 모두 실패 - WebUI 접속 불가

 

DB 설정값 변경으로 ldap -> 로컬 인증으로 변경

  • authentication_type
    • 로컬인증: 0
    • ldap 인증: 1
# mysql -u root -p
Enter password:
Welcome to the MySQL monitor.  Commands end with ; or \g.
Your MySQL connection id is 138280
Server version: 8.0.33-0ubuntu0.20.04.2 (Ubuntu)

Copyright (c) 2000, 2023, Oracle and/or its affiliates.

Oracle is a registered trademark of Oracle Corporation and/or its
affiliates. Other names may be trademarks of their respective
owners.

Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.

mysql> use zabbix;
Reading table information for completion of table and column names
You can turn off this feature to get a quicker startup with -A

Database changed

mysql> select authentication_type from config;
+---------------------+
| authentication_type |
+---------------------+
|                   1 |
+---------------------+
1 row in set (0.00 sec)

mysql> update config set authentication_type=0;
Query OK, 1 row affected (0.00 sec)
Rows matched: 1  Changed: 1  Warnings: 0

mysql> select authentication_type from config;
+---------------------+
| authentication_type |
+---------------------+
|                   0 |
+---------------------+
1 row in set (0.00 sec)
저작자표시 비영리 변경금지 (새창열림)
'모니터링(Zabbix,Grafana)' 카테고리의 다른 글
  • Zabbix value cache working in low memory mode
  • Zabbix - ldap 연동
  • Zabbix proxy 설치(Ubuntu 20.04.5LTS)
  • Zabbix 설치 - front, server, db 분리 구성(Ubuntu 20.04.5LTS)
기억보다는 기록을...
기억보다는 기록을...
내가 보려고 정리하는 글..
  • 기억보다는 기록을...
    메모장
    기억보다는 기록을...
    • 분류 전체보기
      • 클라우드(Azure, AWS, Alibaba)
      • 모니터링(Zabbix,Grafana)
      • 가상화(VMWare, Hyper-V)
      • Docker
      • Ansible
      • Linux
      • Windows
      • 이것저것
      • SQL
      • -------------------------
      • 재테크
  • 전체
    오늘
    어제
  • hELLO· Designed By정상우.v4.10.2
기억보다는 기록을...
Zabbix - ldap 인증 비활성화
상단으로

티스토리툴바