After installation I realized that newly created accounts have wrong GroupID:UserID.
They can be found in the /etc/passwd, /etc/group
On my other box Cpanel accounts started from 32000 ID.
But on this box they started just right from 500.
Also when new account created I have record in /etc/passwd with GroupID and UserID+1, i.e. for accounts ac1, ac2, ac3 I have records:
CODE
ac1:x:528:529::/home/ac1:/usr/local/cpanel/bin/noshell
ac2:x:529:530::/home/ac2:/usr/local/cpanel/bin/noshell
ac3:x:530:531::/home/ac3:/usr/local/cpanel/bin/noshell
ac2:x:529:530::/home/ac2:/usr/local/cpanel/bin/noshell
ac3:x:530:531::/home/ac3:/usr/local/cpanel/bin/noshell
That way I have all quota on my box mixed between different acounts and experienced much problems.
So my question - how to make Cpanel start creating account from 32000 ?
I tried manually update last records from /etc/passwd, /etc/group but it seems Cpanel does not take data from these files for creating new accounts.
Please help me!..