From: Bill M. <bm...@ud...> - 2008-02-28 22:15:58
|
I think there may be a bug in Virtualmin 3.53 (GPL). We have 3.46 (GPL) running on one box and it correctly reports domain user counts on virtual-server/index.cgi. The 3.53 installation reports much lower numbers. Checking out the code, it looks like the new version calls &count_domain_users() to get the counts whereas the old version uses the length of &list_domain_users(domain). I'm not 100% sure what causes the erroneous results, but it looks like &count_domain_users expects the home directories to be in a predetermined structure which ours I think don't match. Any thoughts? For now I've changed it use the old method for counting users. |