LDAP connection binding error:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-01-2019 03:51 AM
Hi,
I am getting this error while trying to connect LDAP.
"ldaperr: dsid-0c0907c2 comment: In order to perform this operation a successful bind must be completed on the connection."
Can anyone help? Is this something that needs to be done from ServiceNow side or Active Directory?
Thanks.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2019 03:53 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2019 03:54 AM
Please update the LDAP Logs in details
Thanks

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2019 04:10 AM
You can follow this below Link for resolution it seems like same issue.
Thanks,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2019 04:23 AM
Hi Shekhar,
Thanks for the link. But my issue not related to Test Connection. It is working fine. When I am trying to query from AD, I am getting error that ldaperr: dsid-0c0907c2 comment: In order to perform this operation a successful bind must be completed on the connection.
Also, my Starting Search Directory is : DC=<name>,DC=com,DC=au

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2019 05:59 AM
Try to Run the ldapsearch command with the syntax from AD configured (Windows or Linux Side)
ldapsearch -h exampleserver.internal.customer.net -V -b "OU=Users,OU=Domain,DC=intern,DC=domain,DC=net" -D "ldapbind" -w "password"
Hope this will help you.