|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2002-10-01 20:50 UTC] sniper@php.net
|
|||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Fri Nov 07 00:00:02 2025 UTC |
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,