Ad Widget

Collapse

ldaps problem for zabbix

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • xxwdream
    Junior Member
    • Apr 2011
    • 1

    #1

    ldaps problem for zabbix

    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.
  • Rudd
    Member
    • Mar 2011
    • 69

    #2
    Hello Peter,

    Are you sure the issue is SSl related? The error seems rather generic.

    On RHEL you can try adding the CA's certificate to: /etc/pki/tls/certs/ca-bundle.crt

    This is a stab in the dark but have you checked the apache error_log? Since the error is php related you may find some additional useful info there.

    Comment

    Working...