Ad Widget

Collapse

LDAP CentOS 6.3 64bit OpenLDAP Issues

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • rodom77
    Junior Member
    • Jul 2012
    • 6

    #1

    LDAP CentOS 6.3 64bit OpenLDAP Issues

    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.

    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
    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
  • Zaniwoop
    Senior Member
    • Jan 2010
    • 232

    #2
    Try using samaccountname as the Search attribute.

    Comment

    • rodom77
      Junior Member
      • Jul 2012
      • 6

      #3
      Thanks for the suggestion Zani but this is using OpenLDAP, not Active Directory so we don't have that attribute to search by.

      Comment

      Working...