Greetings,
I have Zabbix 2.0.2 running on RHEL 6.3 X64 VMWare VM which I cloned and shutdown (so I have a working copy in case things go wrong). I had LDAP authentication enabled for all users. I shut down all services and upgraded to Zabbix 2.0.4 with
. This ran fine.
When I restarted the services and tried to log into the Web UI, I cannot seem to get in with any ID that I use.
Am I missing something here? Any leads?
Here is some info of the setup:
MySQL:
+-------------------------+---------------------+
| Variable_name | Value |
+-------------------------+---------------------+
| protocol_version | 10 |
| version | 5.1.61 |
| version_comment | Source distribution |
| version_compile_machine | x86_64 |
| version_compile_os | redhat-linux-gnu |
+-------------------------+---------------------+
Apache:
Server version: Apache/2.2.15 (Unix)
Server built: Feb 7 2012 09:50:11
PHP:
PHP 5.3.3 (cli) (built: May 3 2012 17:33:17)
Copyright (c) 1997-2010 The PHP Group
Zend Engine v2.3.0, Copyright (c) 1998-2010 Zend Technologies
Thanks in advance!!
I have Zabbix 2.0.2 running on RHEL 6.3 X64 VMWare VM which I cloned and shutdown (so I have a working copy in case things go wrong). I had LDAP authentication enabled for all users. I shut down all services and upgraded to Zabbix 2.0.4 with
Code:
./configure --enable-server --enable-agent --with-mysql --with-net-snmp --with-libcurl
When I restarted the services and tried to log into the Web UI, I cannot seem to get in with any ID that I use.
Am I missing something here? Any leads?
Here is some info of the setup:
MySQL:
+-------------------------+---------------------+
| Variable_name | Value |
+-------------------------+---------------------+
| protocol_version | 10 |
| version | 5.1.61 |
| version_comment | Source distribution |
| version_compile_machine | x86_64 |
| version_compile_os | redhat-linux-gnu |
+-------------------------+---------------------+
Apache:
Server version: Apache/2.2.15 (Unix)
Server built: Feb 7 2012 09:50:11
PHP:
PHP 5.3.3 (cli) (built: May 3 2012 17:33:17)
Copyright (c) 1997-2010 The PHP Group
Zend Engine v2.3.0, Copyright (c) 1998-2010 Zend Technologies
Thanks in advance!!
Comment