Hi,
i want to search for a numeric value in LDAP. How do i do it?.
as the parametr for the search filter i gave the following code,
$searchfilter = \"(|(cn=e*) (no=4))\";
this code does not work.As i have specified \'no\' to be of numric value.What do i do?.