by Jeff Smith.
Good Day,
I have having the same problem as the others in this post. I have have taken some steps to troubleshoot however, so I believe that I am close. I can successfully connect and retrieve a list of users from ldap using:
ldapsearch -h dclookup.us.ad.COMPANY.com -x -D "CN=Smith\, Jeff (IT), OU=Standard User,OU=Corporate,DC=us,DC=ad,DC=COMPANY,DC=com" -b "cn=configuration,dc=ad,dc=COMPANY,dc=com" -W.
However, when I attempt to put this information into Moodle and sync, I get the "Did not get any users from LDAP -- error? -- exiting message. The server must be correct, as it works in ldapsearch. I have the distinguished name as CN=Smith\, Jeff (IT), OU=Standard User,OU=Corporate,DC=us,DC=ad,DC=COMPANY,DC=com and the context as cn=configuration,dc=ad,dc=COMPANY,dc=com.
Any help is greatly appreciated,
Jeff