freelanceprogrammers.org Forum Index » PHP
URGENT: LDAP waring: Sizelimit exceeded in PHP3
Joined: 20 Apr 2005
Posts: 12
URGENT: LDAP waring: Sizelimit exceeded in PHP3
Hi,
Sorry to disturb u again..
i had developed a simple web based application for a ldap server, to
display listing, search, add, edit and delete of any ldap records. it
was running perfectly till today. but as now i had added 4 entries in
it and now in listing page, a waring messages is displayed and the
listing does not being displayed.
i am using the PHP3
######################################################
the error is:
Warning: LDAP: Unable to perform the search: Sizelimit exceeded in
/home/httpd/html/ldapmrtg/main.php on line 125
Error in search query
#####################################################
My source Code is like :
<?php
$conn = ldap_connect("IP-ADDRESS") or die("</h2>Could not connect to
server</h2>");
$r = ldap_bind($conn) or die("<h2>Could not bind to server</h2>");
$result = ldap_search($conn,"dc=abc,dc=com","(cn=*)") or
die("<h2>Error in search query</h2>");
$info = ldap_get_entries($conn, $result);
// print number of entries found
echo "<h3>Total Number of entries: " . ldap_count_entries($conn,
$result) . "</a></h3>";
?>
#############################################################
Anyone have any idea to resolve it out.P lease help me.
with thanks
Sunit
All times are GMT
Page 1 of 1
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
Freelace Website Designer - Customer web design and software building.
Booking Calendar - reservation calendar script
Land Surveying - total station instruments and equipments
China Wholesale - Electronics Products
Character Studio - Tutorials and Help
Booking Calendar - reservation calendar script
Land Surveying - total station instruments and equipments
China Wholesale - Electronics Products
Character Studio - Tutorials and Help







