Error: could not bind ldap with ldap_bind_dn/pw
This is the DN of the bind user (me)
CN=Mike Hathaway,OU=Administrators,OU=Group Policies,DC=ace,DC=win,DC=fuhsd,DC=org
My Username is mike_hathaway but that also failes. All of our user accounts sit in a organization unit instead of the traditional Users folder... although I cant get the user Administrator in that folder to work either. I know both have enough privilages to create users in AD and Add computers and servers to AD
Perhaps a few people sending me there working DN's that I can see as examples might help.
Thanks
Mike Hathaway
My working config page is here . If you're having trouble with the BIND statement, have you tried the LDAP browser from http://www.softerra.com/download/download.php . If that doesn't work either, then it's likely that you haven't got LDAP fully functional on the server.
Paul
Try adapting the following to your domain, this runs on W2K AD without a problem.
The main issue I had was to identify the real CN for users, the only way is to use an LDAP app. I've zipped up the M$ version if you need.....
ldap_host_url: ldap://zeus.domain.brauer.vic.edu.au
ldap_contexts: OU=Curriulum Users,DC=domain,DC=brauer,DC=vic,DC=edu,DC=au
ldap_user_attribute: cn
ldap_search_sub: 1
ldap_bind_dn: CN=MdlUsr,CN=Users,DC=domain,DC=brauer,DC=vic,DC=edu,DC=au
ldap_bind_pw: password
ldap_memberattribute: memberOf
ldap_creators: CN=Moodle Course Creators,OU=Staff Groups,OU=Brauer Curriulum Users,DC=domain,DC=brauer,DC=vic,DC=edu,DC=au
I have configed Moodle 1.3 for working with W2K LDAP as Peter suggested, Ii is working well.
Thank you very much.
Wichean