ID:               21643
 Updated by:       [EMAIL PROTECTED]
 Reported By:      [EMAIL PROTECTED]
 Status:           Feedback
 Bug Type:         LDAP related
 Operating System: windows 2000
 PHP Version:      4.3.0
 New Comment:

And could you come up with a short example script using some
public ldap server so that I can try it myself within Linux?



Previous Comments:
------------------------------------------------------------------------

[2003-01-15 16:00:35] [EMAIL PROTECTED]

Are you absolutely sure you updated PHP correctly? All the dlls from
the dlls/ folder too?


------------------------------------------------------------------------

[2003-01-14 18:24:20] [EMAIL PROTECTED]

Below is a sample of the problem. First is a string of the function
call and then the result. Results are not coming back for the extension
that came with 4.3.0.


///////// USING EXTENSION FROM 4.2.3
THE QUERY WAS: ldap_search(samecon,'cn=users, dc=IBS,
dc=org','name=Susan Lincoln'); 
the result was :[1]
THE QUERY WAS: ldap_search(samecon,'cn=users, dc=IBS, dc=org','name=Bob
Johnson');  
the result was :[1]
THE QUERY WAS: ldap_search(samecon,'cn=users, dc=IBS,
dc=org','name=Stephen Hyde'); 
the result was :[1]
THE QUERY WAS: ldap_search(samecon,'cn=users, dc=IBS,
dc=org','name=Cory Hymn'); 
the result was :[1]
THE QUERY WAS: ldap_search(samecon,'cn=users, dc=IBS,
dc=org','name=Stan Kanner'); 
the result was :[1]

///////// USING EXTENSION FROM 4.3.0
THE QUERY WAS: ldap_search(samecon,'cn=users, dc=IBS,
dc=org','name=Susan Lincoln'); 
the result was :[]
THE QUERY WAS: ldap_search(samecon,'cn=users, dc=IBS, dc=org','name=Bob
Johnson'); 
the result was : []
THE QUERY WAS: ldap_search(samecon,'cn=users, dc=IBS,
dc=org','name=Stephen Hyde'); 
the result was :[]
THE QUERY WAS: ldap_search(samecon,'cn=users, dc=IBS,
dc=org','name=Cory Hymn'); 
the result was :[]
THE QUERY WAS: ldap_search(samecon,'cn=users, dc=IBS,
dc=org','name=Stan Kanner'); 
the result was :[]

------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=21643&edit=1

Reply via email to