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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If this is not your bug, you can add a comment by following this link.
If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
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: Wed May 08 00:01:31 2024 UTC