jasneetkaur Posted August 17, 2015 Share Posted August 17, 2015 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 Link to comment https://forums.phpfreaks.com/topic/297829-how-do-we-connect-and-bind-openldap-user-using-php-wamp-server/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.