I've installed openldap setup for windows and using these details of ldap user
ip address : http://localhost/
full distinguished name :cn=name,cn=users,dc=mydomain,dc=com,
server name: ldap://server1
pasword : secret
domain : mydomain.com
now i am trying to get username=name to be authenticated from ldap server . It is connecting but data bind and search are generating these errors.
Warning: ldap_bind(): Unable to bind to server: Can't contact LDAP server in C:\wamp\www\ldap authentication\connect.php on line 14
Warning: ldap_search(): supplied argument is not a valid ldap link resource in C:\wamp\www\ldap authentication\connect.php on line 15
I am new at ldap never used before . could anyone tell me where am i wrong or missing something. The code is given in the attachment below.connect.php