Zimbra Next Generation Modules/Zimbra NG Admin/Delegated Admin Provisioning: Difference between revisions

m (1 revision imported: Zimbra NG)
 
Line 1: Line 1:
<div class="col-md-12"><br></div>
#REDIRECT [[Zimbra_NG_Modules/Zimbra_NG_Admin/Delegated_Admin_Provisioning]]
<div class="col-md-12"><br></div>
<ol class="breadcrumb">
  <li>[[Main Page|Zimbra Wiki]]</li>
  <li>[[Zimbra_Next_Generation_Modules]]</li>
  <li>[[Zimbra_NG_Admin]]</li>
  <li class="active">Delegated Admin Provisioning</li>
</ol>
__NOTOC__
<div class="col-md-12"><br /></div>
<div class="col-md-9">
    <h2 class="title-header" style="padding-bottom: 9px; border-bottom: 4px solid #0087c3;">Zimbra NG Admin - Delegated Admin Provisioning</h2>
    <div class="col-md-12">
        <div class="ibox-content">
            <div class="post animated fadeInLeft animation-delay-8" style="padding-top:5px">
                <div class="panel panel-default">
                    <div class="panel-body">
                        <h5 class="post-title">Zimbra NG Admin Delegated Admin Provisioning</h5>
                        <div class="row">
== What is the Delegated Admin Provisioning ==
Delegated Admin Provisioning is the set of operations that allow you to grant, edit and revoke Domain Admin rights to a user.
 
All Delegated Admin Provisioning operations can be either performed:
 
* From the Zimbra NG Admin tab of the Zimbra Next Generation Modules Administration Zimlet
* From the Zimbra Next Generation Modules CLI, running the appropriate ''zxsuite'' command as the ''zimbra'' user
 
== Granting Delegated Admin rights to a user ==
=== From the Zimbra Next Generation Modules Administration Zimlet===
In the "Delegated Admins" section of the Zimbra NG Admin Tab in the Zimbra Next Generation Modules Administration Zimlet click the "Add" button.
 
You will be asked the following informations:
* Account: the email address you want to grant Delegated Admin rights to.
* Domain: the domain on which the Delegated Admin will have control.
* Delegated Auth: Check this box to allow the Delegated Admin to use the "View Mail" features on any mailbox of the selected domain.
* Grant Limit: The maximum mailbox quota this admin can assign to a user.
* Edit Features: Defines whether the Delegated Admin is able to edit the contents of the "Features" tab on its users.
 
<div class="col-md-8">
    <div class="alert alert-warning fade in"> <p> <i class="fa  fa-warning"></i> <strong>warning</strong> </p>
    <p class="text-justify">If the "Domain Quota" is lower than the "Grant Limit", the "Grant Limit" value will be ignored <br />Disk space and Quota limits can be entered in Gigabytes (gb), Megabytes (mb) or Kilobytes (kb)</p>
    </div>
</div>
<div class="clearfix"></div>
 
=== From the Zimbra Next Generation Modules CLI ===
To grant Delegated Admin rights to a user, the "doAddDelegationSettings" command is available:
<pre><nowiki>
Syntax:
  zxsuite admin doAddDelegationSettings {account} {domain} [attr1 value1 [attr2 value2...]]
 
PARAMETER LIST
 
NAME            TYPE      EXPECTED VALUES  DEFAULT
account(M)      String                       
domain(M)        String                       
viewMail(O)      Boolean    true|false        false
adminQuota(O)    String                        0
 
(M) == mandatory parameter, (O) == optional parameter
</nowiki></pre>
 
== Editing the rights of an existing Delegated Admin ==
=== From the Zimbra Next Generation Modules Administration Zimlet===
In the "Delegated Admins" section of the Zimbra NG Admin Tab in the Zimbra Next Generation Modules Administration Zimlet select an entry in the list and click the "Edit" button.
 
You can also doubleclick an entry of the list to edit it.
 
=== From the Zimbra Next Generation Modules CLI ===
To edit the rights of an existing Delegated Admin, the "doEditDelegationSettings" command is available:
<pre><nowiki>
Syntax:
  zxsuite admin doEditDelegationSettings {account} {domain} [attr1 value1 [attr2 value2...]]
 
PARAMETER LIST
 
NAME            TYPE      EXPECTED VALUES 
account(M)      String                       
domain(M)        String                       
viewMail(O)      Boolean    true|false       
adminQuota(O)    String                       
 
(M) == mandatory parameter, (O) == optional parameter
</nowiki></pre>
 
== Revoke Delegated Admin rights from a user==
=== From the Zimbra Next Generation Modules Administration Zimlet===
In the "Delegated Admins" section of the Zimbra NG Admin Tab in the Zimbra Next Generation Modules Administration Zimlet select an entry in the list and click the "Delete" button.
 
=== From the Zimbra Next Generation Modules CLI ===
To revoke Delegated Admin rights from a user, the "doRemoveDelegationSettings" command is available:
<pre><nowiki>
Syntax:
  zxsuite admin doRemoveDelegationSettings {account} {domain}
 
PARAMETER LIST
 
NAME          TYPE     
account(M)    String   
domain(M)    String   
 
(M) == mandatory parameter, (O) == optional parameter
</nowiki></pre>
                        </div>
                    </div>
                    <div class="col-md-9">
                        <div class="panel-footer">
                            <p><i class="fa fa-clock-o"></i> Aug 25, 2016 - [https://www.zimbra.com/email-server-software/ Know more »]</p>
                        </div>
                    </div>
                </div>
            </div>
        </div>
    </div>
</div>
<div class="col-md-3"><br /></div>
<div class="col-md-3">
    <div class="panel panel-zimbrared-light-border">
        <div class="panel-heading">
            <h3 class="panel-title"><i class="fa fa-gear pull-left"></i> Zimbra Next Generation Modules</h3>
        </div>
        <div class="panel-body">
            {{ZNG}}
        </div>
    </div>
</div>
<div class="col-md-3">
    <div class="panel panel-primary-light-border">
        <div class="panel-heading">
            <h3 class="panel-title"><i class="fa fa-info-circle pull-left"></i> Zimbra Next Generation Modules Resources</h3>
        </div>
        <div class="panel-body">
            {{ZNGL}}
        </div>
    </div>
</div>
<div class="clearfix"></div>
<div class="col-md-12"><br></div>
{{FH}}

Latest revision as of 12:31, 29 November 2017

Jump to: navigation, search