# Edit uidBase property in config_template.xml. uidBase is the base for creating Linux user IDs for user accounts that will be stored in LDAP. The first account that you will create through Zimbra Admin UI will have user ID = uidBase+1. If you already have user accounts in your current password database (most likely /etc/passwd) it is recommended that you set this value higher than the maximum existing user account.
# Edit gidBase property in config_template.xml. gidBase is the base for creating Linux group IDs for groups that will be stored in LDAP. The first group that you will create through Zimbra Admin UI will have group ID = gidBase+1.
What I think the issue is with what I quoted above....
Currently I have:
Code:
<property name="gidBase">10000</property>
<property name="uidBase">10000</property>
<property name="ridBase">1000</property>
I didn't change these cause I only have 35 users accounts already setup in zimbra. So this number is well above...
But when it says "gidBase+1" does it mean I have to put EXACTLY that into the code? or are they just saying whatever ur base is plus 1...?
I still can't figure out what's causing this issue....
Thanks.