LDAP Configurationg

SOLVED

Hi All,

I have configure the LDAP server, then linked it to the user but after the user log into the active directory and open the web browser for Sage they can the error stating that "ldap://localhost:389" closed as well as the errors below:

 

"ldap://localhost:389 closed

ConnectionError: ldap://localhost:389 closed

  at D:\SAGE\X3V7\Syracuse\syracuse\bin\node_modules\syracuse-ldap\node_modules\ldapjs\lib\client\client.js:127:15

  at Array.forEach (native)

  at Socket.onClose (D:\SAGE\X3V7\Syracuse\syracuse\bin\node_modules\syracuse-ldap\node_modules\ldapjs\lib\client\client.js:124:39)

  at Socket.emit (events.js:95:17)

  at TCP.close (net.js:466:12)

  at _userCheck (D:\SAGE\X3V7\Syracuse\syracuse\bin\node_modules\syracuse-main\lib\syracuse.jsc:247:20)

  at [object Object].authenticate (D:\SAGE\X3V7\Syracuse\syracuse\bin\node_modules\streamline-auth\lib\basic.jsc:154:17)

  at _setSessionCookie (D:\SAGE\X3V7\Syracuse\syracuse\bin\node_modules\syracuse-session\lib\sessionManager.jsc:329:27)

  at [object Object].sessionManagement (D:\SAGE\X3V7\Syracuse\syracuse\bin\node_modules\syracuse-session\lib\sessionManager.jsc:365:22)

  at staticDispatcher (D:\SAGE\X3V7\Syracuse\syracuse\bin\node_modules\syracuse-main\lib\syracuse.jsc:824:23)

  at disp (D:\SAGE\X3V7\Syracuse\syracuse\bin\node_modules\syracuse-main\lib\syracuse.jsc:1247:3)"

Parents
  • 0
    verified answer
    Ernest,

    It sounds like port 389 is not open and accessible using TCP/IP. Is localhost the correct LDAP server address? The domain controller is the same server as your X3 application server (localhost)? Do you have a firewall blocking the port? Can you telnet to it? Does a netstat command show what is listening on port 389?

    What version of Sage X3 (application and Syracuse)?

    Casey Knapp
    Principal Analyst, Customer Support & Service
    Sage
Reply
  • 0
    verified answer
    Ernest,

    It sounds like port 389 is not open and accessible using TCP/IP. Is localhost the correct LDAP server address? The domain controller is the same server as your X3 application server (localhost)? Do you have a firewall blocking the port? Can you telnet to it? Does a netstat command show what is listening on port 389?

    What version of Sage X3 (application and Syracuse)?

    Casey Knapp
    Principal Analyst, Customer Support & Service
    Sage
Children