Jump to content

How do we connect and bind openldap user using php wamp server.


jasneetkaur

Recommended Posts

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.