>>> hi all,
>>>
>>> i hv configured LDAP for Public address book and having around 300
>>> users in the address book. BUt out of 300 only 250 are there in
>>> address-book of all the mail-boxes, while in LDAP 300 users are there.
>>> please tell me how to increase the size in the address book
>>
>> ldap address book backends have maxrows setting. 250 is default value.
>>
>
> HOW TO CHANGE / INCREASE(maxrows setting) THIS VALUE ???
> PLEASE REPLY

Writing in all capital letters means shouting. Please don't do that.

Create new ldap address book entry in SquirrelMail configuration with
bigger maxrows value and delete old entry.

Or edit config.php. If you have
----
$ldap_server[0] = array(
    'host' => 'ldap.example.org',
    'base' => 'dc=example,dc=org',
    'protocol' => 3
);
----

you need
----
$ldap_server[0] = array(
    'host' => 'ldap.example.org',
    'base' => 'dc=example,dc=org',
    'maxrows' => 400,
    'protocol' => 3
);
----


-- 
Tomas
http://www.catb.org/~esr/faqs/smart-questions.html


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
--
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