View Single Post
  #42 (permalink)  
Old 11-22-2005, 08:25 AM
marcmac marcmac is offline
Zimbra Employee
 
Posts: 2,103
Default admin auth

It could be that the installer re-created the admin account, or reset the password - I'll check that out.

In the meantime, tho - does the account still exist? (zmprov gaa)

If so
zmprov sp <account> <new password>
will reset the password.

Creating accounts:
zmprov ca <account> <passwd>

Admin accounts:
zmprov ca <acccount> <passwd> zimbraIsAdminAccount TRUE

Turning an existing account into an admin account:
zmprov ma <account> zimbraIsAdminAccount TRUE

Downgrading an admin account to a normal account:
zmprov ma <account> zimbraIsAdminAccount FALSE
Reply With Quote