
12 May
2004
12 May
'04
4:29 p.m.
Jim Wight wrote:
On Tue, 2004-05-11 at 23:35, Andrew Ferris wrote:
We're still not having all the users show up in the Customer User or Customer User <-> Groups areas. I've gone and counted the numbers and there are about 200 users shown with the full number being 355.
I believe what you could be seeing is the effect of the setting
$Self->{UserSearchListLimit} = 200;
in .../Kernel/System/CustomerUser/LDAP.pm
If you perform a search without entering a pattern to search for then all you get is 200 (if you have more than 200).
Jim
Yes that's it. Bumping up the sizelimit brings up our all users. Thanks for the response Jim and thanks again Robert for your help. Andrew