• I try to do the test and i fail yet if i telnet to the IP and port from the CLI on the box it works fine

    [INFO] method authenticate() called
    [INFO] ——————————————
    PHP version: 5.4.16
    WP version: 4.4.1
    ADI version: 1.1.8
    OS Info : Linux intranet.dc.aXXXXe.com 3.10.0-327.4.4.el7.x86_64 #1 SMP Thu Dec 17 15:51:24 EST 2015 x86_64
    Web Server : apache2handler
    adLDAP ver.: 3.3.2 EXTENDED (201302271401)
    ——————————————
    [INFO] LDAP paging: enabled
    [NOTICE] username: testuser
    [NOTICE] password: **not shown**
    [INFO] Options for adLDAP connection:
    – account_suffix: @dc.aXXXXe.com
    – base_dn: DC=DC,DC=AXXXXe,DC=com
    – domain_controllers: 10.200.10.30
    – ad_port: 389
    – use_tls: 1
    – network timeout: 10
    [INFO] Checking domain controller ports:
    [ERROR] – 10.200.10.30:389 – FAILED
    [NOTICE] adLDAP object created.
    [INFO] max_login_attempts: 10
    [INFO] users failed logins: 1
    [NOTICE] trying account suffix “@dc.aXXXXe.com”
    [ERROR] Authentication failed
    [WARN] storing failed login for user “testuser”

    Logon failed

    https://www.ads-software.com/plugins/active-directory-integration/

Viewing 3 replies - 1 through 3 (of 3 total)
  • It looks like you have enabled TLS so maybe you would like to try without using TLS?

    Also, unless I am mistaken using TLS required a bit of config. See below links for more info unless you have configured for using TLS:

    https://www.openldap.org/doc/admin24/tls.html
    https://www.openldap.org/faq/data/cache/185.html

    Or simply Google it:
    https://www.google.com/#newwindow=1&q=linux+ldap+tls

    Thread Starter fscalzo

    (@fscalzo)

    when I disable i get the same error

    [INFO] method authenticate() called
    [INFO] ——————————————
    PHP version: 5.4.16
    WP version: 4.5.2
    ADI version: 1.1.8
    OS Info : Linux intranet.dc.aXXXXXe.com 3.10.0-327.18.2.el7.x86_64 #1 SMP Fri Apr 8 05:09:53 EDT 2016 x86_64
    Web Server : apache2handler
    adLDAP ver.: 3.3.2 EXTENDED (201302271401)
    ——————————————
    [INFO] LDAP paging: enabled
    [NOTICE] username: frank.scalzo
    [NOTICE] password: **not shown**
    [INFO] Options for adLDAP connection:
    – account_suffix: @dc.aXXXXXe.com
    – base_dn: OU=Avalere-DC,DC=DC,DC=AXXXXXe,DC=com
    – domain_controllers: 10.100.10.100
    – ad_port: 389
    – use_tls: 0
    – network timeout: 30
    [INFO] Checking domain controller ports:
    [ERROR] – 10.100.10.100:389 – FAILED
    [NOTICE] adLDAP object created.
    [INFO] max_login_attempts: 10
    [INFO] users failed logins: 0
    [NOTICE] trying account suffix “@dc.aXXXXXXe.com”
    [ERROR] Authentication failed
    [WARN] storing failed login for user “frank.scalzo”

    Can you use an LDAP browser on your workstation and connect to the DC?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘AD test fails can not connect’ is closed to new replies.