LDAP Connection Test

Testing connection to Active Directory server

Error: Adldap2 connection failed: Bind to Active Directory failed. Check the login credentials and/or server details. AD said: Can't contact LDAP server

Details:

  • Check LDAP configuration and admin credentials

Current LDAP Configuration:

Host: ws.setup.tps-egy.com
Port: 389
Base DN: dc=ws.setup.tps-egy,dc=com
User Search Base: OU=Users,DC=ws.setup.tps-egy,DC=com
Service Account: Configured

Troubleshooting Tips:

  • • Ensure the LDAP extension is installed: php -m | grep ldap
  • • Verify your LDAP server is reachable from this server
  • • Check that the service account credentials are correct
  • • Ensure the Base DN and User Search Base are properly configured
  • • Check firewall settings (LDAP typically uses port 389 or 636 for LDAPS)