Page MenuHomePhabricator

Unable to Import LDAP Users from Active Directory
OpenPublic

Asked by ivocosme on May 2 2016, 2:26 PM.

Details

Hi all,

I'm having trouble importing LDAP users using the Web Interface (/people/ldap/). I've tried several combinations but I always end up with the message:

Unhandled Exception ("Exception")
LDAP Exception: Failed to bind to LDAP server (as user "<my_info_goes_here>").
LDAP Error #-1: Can't contact LDAP server

I've successfully established a connection from the server where Phabricator is installed to the Active Directory Server using the following methods:

  • Apache Directory Studio
  • ldapsearch command-line
  • /bin/auth ldap >> Which actually worked and reported Connecting to LDAP... Found LDAP Account: <the_user_i've_inserted>

Thanks for your help in advance!