How to change zimbraPrefTabInEditorEnabled: FALSE to TRUE

Discuss your pilot or production implementation with other Zimbra admins or our engineers.
Post Reply
apapsing
Posts: 5
Joined: Tue Jul 07, 2020 4:31 am

How to change zimbraPrefTabInEditorEnabled: FALSE to TRUE

Post by apapsing »

Hello,

I want to default enable all user webmail "Pressing the Tab key enters a tab in the editor rather than moving focus)"

I read that
https://wiki.zimbra.com/wiki/Tab_key_do ... her_button
but it need one by one user to do it.


I search related attribute " zimbraPrefTabInEditorEnabled: FALSE " in some file...
I think modify this file should be ok...

/opt/zimbra/common/etc/openldap/zimbra/zimbra_defaultcos.ldif


but the config file remark
"DO NOT MODIFY - generated by AttributeManagerUtil"

How to use AttributeManagerUtil change it to "TURE"?


Many Thanks!!
apapsing
Posts: 5
Joined: Tue Jul 07, 2020 4:31 am

Re: How to change zimbraPrefTabInEditorEnabled: FALSE to TRUE

Post by apapsing »

I success with below command

Code: Select all

zmprov mc default zimbraPrefTabInEditorEnabled TRUE

Thanks!
User avatar
DualBoot
Elite member
Elite member
Posts: 1326
Joined: Mon Apr 18, 2016 8:18 pm
Location: France - Earth
ZCS/ZD Version: ZCS FLOSS - 8.8.15 Mutli servers
Contact:

Re: How to change zimbraPrefTabInEditorEnabled: FALSE to TRUE

Post by DualBoot »

Hello,

DO NOT MODIFY DIRECTLY LDIF FILE.
Read the doc first and you will know soon that zmprov is your friend.

Regards
Post Reply