How do I set Admin password?
Hi,
I have read through the docs at http://www.zimbra.com/community/documentation.html and during install on my Centos 4.3 box I was never asked to set an admin password.
So I can't login to the web admin page. I have tried to set the password using the command 'zmprov'; however I still can't login.
Here is what I did
zmprov sp admin@domain.name password
ERROR: account.NO_SUCH_ACCOUNT (no such account: admin@domain.name)
[zimbra@lilac ~]$ zmprov sp admin password
ERROR: account.NO_SUCH_ACCOUNT (no such account: admin)
[zimbra@lilac ~]$ zmprov ca admin password
ERROR: service.INVALID_REQUEST (invalid request: must be valid email address: admin)
[zimbra@lilac ~]$ zmprov ca admin@domain.name password
fd604ef1-87ty-49b3-23uo-2a90ad63e71d
The when I try to log into the admin I get the message "User does not have administrator rights".
By the way the user can log into the front end.
I can't think how to add or modify the admin user if this does not work.
Any suggestions?
Steve
zimbraIsAdminAccount TRUE
Quote:
Originally Posted by sjames
[zimbra@lilac ~]$ zmprov ca
admin@domain.name password
fd604ef1-87ty-49b3-23uo-2a90ad63e71d
The when I try to log into the admin I get the message "User does not have administrator rights".
The name "admin" isn't magic. If you don't specify that the account you're creating is an admin account, it's not an admin account.
Try adding " zimbraIsAdminAccount TRUE" to the end of your zmprov ca command and it should work.
(As for the install interview questions, I'm afraid you'll have to wait for marmac or KevinH to help you...)