Tomas Kuliavas a écrit :
>>>>>> Thank you Tomas for your reply, but i already have:  sizelimit -1 (
>>>>>> Don't limit the number of entry to return to the client) in
>>>>>> slapd.conf
>>>>>>
>>>>>>
>>>>>>             
>>>>> If you do an ldapsearch, is the output also limited to 221 records?
>>>>>
>>>>> Rainer
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>           
>>>> no using ldapsearch gives me all the entries. That's what let me think
>>>> that the trouble is on SM side or php configuration
>>>>
>>>>         
>>> What you have in 222nd entry?
>>>
>>> SquirrelMail 1.5.2cvs has LDAP test script in contrib directory.
>>> http://squirrelmail.svn.sourceforge.net/viewvc/squirrelmail/trunk/squirrelmail/contrib/test_ldap.phps?view=log
>>>
>>> Could you check number of entries returned in this script?
>>>
>>>
>>>       
>> i did more tests, here the results
>> i always look for the entries begining by "liste."
>> when i let the default value for maxrows, SM returns only 221 entries
>> (the last entry -221- is
>> [EMAIL PROTECTED])
>> when i put 'maxrows' => 600, SM returns only 300 entries
>>     in this case the entry
>> [EMAIL PROTECTED] is on position 298
>> when i put 'maxrows' => 700, SM returns all the entries (338)
>>     in this case the entry
>> [EMAIL PROTECTED] is on position 336
>>     
>
> Checked the code.
>
> Set 'timeout' and 'maxrows' parameters to zero in SquirrelMail
> configuration $ldap_server array. SquirrelMail uses these arguments in two
> places. First place limits PHP ldap_search command, second place limits
> results. I think returned numbers don't match, because you have results
> without 'mail' attribute or listing lasts more than 30 seconds.
>
> 'timeout' attribute can be set only in config.php. conf.pl does not
> provide options to control it.
>
>
>   
That's it, it works!
i put
    'maxrows' => 0 ,
    'timeout' => 0
thank you very much Tomas


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
--
squirrelmail-users mailing list
Posting Guidelines: 
http://www.squirrelmail.org/wiki/MailingListPostingGuidelines
List Address: [EMAIL PROTECTED]
List Archives: 
http://news.gmane.org/thread.php?group=gmane.mail.squirrelmail.user
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id=2995
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users

Reply via email to