[HOWTO] Domain Admin rights in Zimbra OSE 8.x

Discuss your pilot or production implementation with other Zimbra admins or our engineers.
prabin
Posts: 7
Joined: Thu Jun 06, 2019 10:56 am

Re: [HOWTO] Domain Admin rights in Zimbra OSE 8.x

Post by prabin »

ccelis5215 wrote:
prabin wrote:Hello,

Is it possible to allow the domain admin to only list the account and change the account password? But admin should not be allowed to create a new account.

Regards,
Prabin
Yes, you can. Just read and test the grants in the OP..

ccelis

I tried deleting a few lines in the script that is used to grand normal user domain admin, but it didn't work. Can you please guide me through this.

Thanking you in advance.
User avatar
ccelis5215
Outstanding Member
Outstanding Member
Posts: 632
Joined: Sat Sep 13, 2014 2:04 am
Location: Caracas - Venezuela
ZCS/ZD Version: 8.8.15.GA.3869.UBUNTU18.64 P12

Re: [HOWTO] Domain Admin rights in Zimbra OSE 8.x

Post by ccelis5215 »

Try this

Code: Select all

zmprov ca delegated@domain.com 12345678 zimbraIsDelegatedAdminAccount TRUE zimbraAdminConsoleUIComponents accountListView
zmprov grr domain domain.com usr delegated@domain.com +changeAccountPassword
zmprov grr domain domain.com usr delegated@domain.com countAccount
zmprov grr domain domain.com usr delegated@domain.com -createAccount
zmprov grr domain domain.com usr delegated@domain.com -modifyAccount
zmprov grr domain domain.com usr delegated@domain.com -renameAccount
zmprov grr domain domain.com usr delegated@domain.com -deleteAccount
zmprov grr domain domain.com usr delegated@domain.com +setAccountPassword
zmprov grr domain domain.com usr delegated@domain.com -setAdminConsoleAccountsInfoTab
zmprov grr domain domain.com usr delegated@domain.com adminConsoleSavedSearchRights
zmprov grr domain domain.com usr delegated@domain.com adminConsoleAccountRights
ccelis
prabin
Posts: 7
Joined: Thu Jun 06, 2019 10:56 am

Re: [HOWTO] Domain Admin rights in Zimbra OSE 8.x

Post by prabin »

ccelis5215 wrote:Try this

Code: Select all

zmprov ca delegated@domain.com 12345678 zimbraIsDelegatedAdminAccount TRUE zimbraAdminConsoleUIComponents accountListView
zmprov grr domain domain.com usr delegated@domain.com +changeAccountPassword
zmprov grr domain domain.com usr delegated@domain.com countAccount
zmprov grr domain domain.com usr delegated@domain.com -createAccount
zmprov grr domain domain.com usr delegated@domain.com -modifyAccount
zmprov grr domain domain.com usr delegated@domain.com -renameAccount
zmprov grr domain domain.com usr delegated@domain.com -deleteAccount
zmprov grr domain domain.com usr delegated@domain.com +setAccountPassword
zmprov grr domain domain.com usr delegated@domain.com -setAdminConsoleAccountsInfoTab
zmprov grr domain domain.com usr delegated@domain.com adminConsoleSavedSearchRights
zmprov grr domain domain.com usr delegated@domain.com adminConsoleAccountRights
ccelis
Thank You very much. Really appreciate your help.
prabin
Posts: 7
Joined: Thu Jun 06, 2019 10:56 am

Re: [HOWTO] Domain Admin rights in Zimbra OSE 8.x

Post by prabin »

prabin wrote:
ccelis5215 wrote:Try this

Code: Select all

zmprov ca delegated@domain.com 12345678 zimbraIsDelegatedAdminAccount TRUE zimbraAdminConsoleUIComponents accountListView
zmprov grr domain domain.com usr delegated@domain.com +changeAccountPassword
zmprov grr domain domain.com usr delegated@domain.com countAccount
zmprov grr domain domain.com usr delegated@domain.com -createAccount
zmprov grr domain domain.com usr delegated@domain.com -modifyAccount
zmprov grr domain domain.com usr delegated@domain.com -renameAccount
zmprov grr domain domain.com usr delegated@domain.com -deleteAccount
zmprov grr domain domain.com usr delegated@domain.com +setAccountPassword
zmprov grr domain domain.com usr delegated@domain.com -setAdminConsoleAccountsInfoTab
zmprov grr domain domain.com usr delegated@domain.com adminConsoleSavedSearchRights
zmprov grr domain domain.com usr delegated@domain.com adminConsoleAccountRights
ccelis
Thank You very much. Really appreciate your help.

Hello,

Sorry for disturbing you again.
Just one query.
Is it possible to revoke the rights that we had assigned previously? If yes can you please provide me the way.

Thanking you in advance.
User avatar
ccelis5215
Outstanding Member
Outstanding Member
Posts: 632
Joined: Sat Sep 13, 2014 2:04 am
Location: Caracas - Venezuela
ZCS/ZD Version: 8.8.15.GA.3869.UBUNTU18.64 P12

Re: [HOWTO] Domain Admin rights in Zimbra OSE 8.x

Post by ccelis5215 »

Just...

Code: Select all

zmprov ma delegated@comain.com zimbraIsDelegatedAdminAccount FALSE
ccelis
prabin
Posts: 7
Joined: Thu Jun 06, 2019 10:56 am

Re: [HOWTO] Domain Admin rights in Zimbra OSE 8.x

Post by prabin »

ccelis5215 wrote:Just...

Code: Select all

zmprov ma delegated@comain.com zimbraIsDelegatedAdminAccount FALSE
ccelis

Thank You
gogegota
Posts: 3
Joined: Sun Jun 09, 2019 11:53 am

Re: [HOWTO] Domain Admin rights in Zimbra OSE 8.x

Post by gogegota »

hi

i have an issue, already tried that script and running it, but i can't login on admin console using that account, how should i check what is wrong, any suggestion ?



thx
Post Reply