Hello all,
Hoping to get some assistance if possible on something that should be a simple issue but it turning out to be more than that. PHP-LDAP is installed.
I actually ended up installing both 32 and 64 bit versions to see if perhaps Zabbix was looking for the 32bit version. Same error occurs:
ERROR: LDAP login was not successful
Probably php-ldap module is missing.
My settings are:
host: 192.168.12.22
port: 389
Base: ou=Software Applications,dc=swa,dc=com
Search: uid
Bind DN: cn=Manager,dc=swa,dc=com
Bind Pass: ****
At a loss as to what could be the root cause at this point because we use the same settings in another application for LDAP authentication and it works fine. Any tips, suggestions is appreciated.
- Rick
Hoping to get some assistance if possible on something that should be a simple issue but it turning out to be more than that. PHP-LDAP is installed.
Code:
[root@mon-prod-noc01 init.d]# rpm -qa | grep -i php-ldap php-ldap-5.3.3-14.el6_3.x86_64 php-ldap-5.3.3-14.el6_3.i686
ERROR: LDAP login was not successful
Probably php-ldap module is missing.
My settings are:
host: 192.168.12.22
port: 389
Base: ou=Software Applications,dc=swa,dc=com
Search: uid
Bind DN: cn=Manager,dc=swa,dc=com
Bind Pass: ****
At a loss as to what could be the root cause at this point because we use the same settings in another application for LDAP authentication and it works fine. Any tips, suggestions is appreciated.
- Rick
Comment