Users Guide

Export
Select the Export button on the lower right portion of the page.
To export a user, select it (check box at left) and click Export. Your browser will display its normal Save As dialog, in
which to enter the name of the XML file to contain the export.
Admin Privileges
To view the available Admin Privileges, go to Administration > Users and Privileges > Admin Privileges.
Figure 324: Admin Privileges
See "Custom Admin Privileges" on page 293 to create additional administrator privileges and "Exporting" on page 22
to export the definition of one or more administrator privileges.
Administrator Privilege XML File Structure
Admin privilege files are XML files and have a very specific structure.
A header must be at the beginning of an admin privilege XMLfile and must be exactly:
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
The root tag is TipsContents. It is a container for the data in the XML file and should look like this:
<TipsContents xmlns="http://www.avendasys.com/tipsapiDefs/1.0">
</TipsContents>
Following the TipsContents tag is an optional TipsHeader tag.
The actual admin privileges information is defined with the AdminPrivilege and AdminTask tags. You use one
AdminPrivilege tag for each admin privilege you want to define. The AdminPrivilege tag contains two
attributes: name and description. Inside the AdminPrivilege tag are one or more AdminTask tags, each one
defining a lace within the Policy Manager application that a user with that privilege can view or change. The
AdminTask tag contains one taskid attribute and a single AdminTaskAction tag. The AdminTaskAction tag
has one attribute, type, and it can contain one of two values, RO (read only) or RW (read/write). The basic structure:
<AdminPrivileges>
<AdminPrivilege name="" description="">
<AdminTask taskid="">
<AdminTaskAction type=""/>
</AdminTask>
<AdminTask taskid="">
<AdminTaskAction type=""/>
</AdminTask>
</AdminPrivilege>
</AdminPrivileges>
Dell Networking W-ClearPass Policy Manager 6.3 | User Guide Administration | 325