php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #18786 Ldap_search with substring
Submitted: 2002-08-07 11:50 UTC Modified: 2002-10-01 20:50 UTC
Votes:1
Avg. Score:5.0 ± 0.0
Reproduced:0 of 0 (0.0%)
From: endeeuk at yahoo dot com Assigned:
Status: Not a bug Package: LDAP related
PHP Version: 4CVS-2002-08-07 OS: Linux
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: endeeuk at yahoo dot com
New email:
PHP Version: OS:

 

 [2002-08-07 11:50 UTC] endeeuk at yahoo dot com
HI, all

I tried to search ldap_search($ds,$dn,"(sn=t*)") ;

My structure is simple :

class person{
   str sn ;
}

sn = Test ;

When I typed ldap_search with "(sn=t*)" that filterstring , I didn't see any result. But in documentation wrote it is working no problem

Anyone can help me ?

Send me @. 

Thanks,



Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-10-01 20:50 UTC] sniper@php.net
Not enough information was provided for us to be able
to handle this bug. Please re-read the instructions at
http://bugs.php.net/how-to-report.php

If you can provide more information, feel free to add it
to this bug and change the status back to "Open".

Thank you for your interest in PHP.



 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 26 19:01:29 2024 UTC