In trying to set up LDAP authentication for some of our users, I have noticed a problem with the "Test" option. With all details filled in (including relevant binding details for our Active Directory), a blank page is produced with no discernible response to the Test command (although the page itself is not unresponsive). Has anybody had similar issues, or know what might be done about it?
Ad Widget
Collapse
Route to blank page on Test LDAP Authentication
Collapse
X
-
-
blank page
I had the same problem. What i did is
apt-get install php5-ldap
Restarted the server and it connected.
Though now after test has completed succesfully, i cannot authenticate the users though ldap!!!
Any ideas?
Nick
Comment
-
Same problem
I have very recently installed Zabbix with the aim of using it to replace Zenoss Core.
One of the requirements is for network administrators to authenticate via Active Directory.
I have followed the wiki page but when I click either test or save I receive a blank screen.
Anyone know how to fix this?
ThanksComment
-
Comment
-
Solved my problem
I was getting the same error as you guys. I did two things that resolved my issue. First I installed php-ldap.
Using centos I didon debian / ubuntu I believe you can doCode:yum install php-ldap
after installation you will need to restart apache to get it to accept the new php module.Code:apt-get install php5-ldap
then I logged in with my local admin account on zabbix and created a user account that had the same alias as a user in my AD. once I did that I was able to login using my AD credentials.Comment
Comment