Hello all,
I have Zabbix 1.8.5 installed on RHEL 5.4, and meet a problem with LDAP,
my company use SSL for LDAP authentication, but where I can put my certificate to?
on Zabbix Authentication Configure I can fill ldap server, Base DN and etc,
but still got the error message when I press test button:
ldap_bind() [<a href='function.ldap-bind'>function.ldap-bind</a>]: Unable to bind to server: Can't contact LDAP server[/var/www/html/zabbix/include/classes/class.cldap.php:114]
LDAP: cannot bind by given Bind DN
if I use ldap://myldapserver.com instead of ldaps://myldapserver.com,
will got an other error:
ldap_bind() [<a href='function.ldap-bind'>function.ldap-bind</a>]: Unable to bind to server: Confidentiality required[/var/www/html/zabbix/include/classes/class.cldap.php:114]
LDAP: cannot bind by given Bind DN
so where I can put my ldap server's certificate to for SSL?
I don't think /etc/ldap.conf file have any relation with Zabbix...
any one have idea?
Regards,
Peter.
I have Zabbix 1.8.5 installed on RHEL 5.4, and meet a problem with LDAP,
my company use SSL for LDAP authentication, but where I can put my certificate to?
on Zabbix Authentication Configure I can fill ldap server, Base DN and etc,
but still got the error message when I press test button:
ldap_bind() [<a href='function.ldap-bind'>function.ldap-bind</a>]: Unable to bind to server: Can't contact LDAP server[/var/www/html/zabbix/include/classes/class.cldap.php:114]
LDAP: cannot bind by given Bind DN
if I use ldap://myldapserver.com instead of ldaps://myldapserver.com,
will got an other error:
ldap_bind() [<a href='function.ldap-bind'>function.ldap-bind</a>]: Unable to bind to server: Confidentiality required[/var/www/html/zabbix/include/classes/class.cldap.php:114]
LDAP: cannot bind by given Bind DN
so where I can put my ldap server's certificate to for SSL?
I don't think /etc/ldap.conf file have any relation with Zabbix...
any one have idea?
Regards,
Peter.
Comment