
XML for user with core attributes
Following are the minimal elements for mapping the user import XML with user interface fields:
Table 1: Minimal elements
UI field Description XML tag Possible value
Authentication
Type
Specifies the type of
authentication.
<authenticationTy
pe>
...
</
authenticationTyp
e>
>
Basic or Enterprise
First Name Specifies the first
name of the user.
<givenName>
...
</givenName>
First name of the
user.
Login Name Specifies the primary
handle of user.
<loginName>
...
</loginName>
User log-in name.
Last Name Specifies the last
name of the user.
<surname>
...
</surname>
Last name of the
user.
Login Password Specifies the
password used to log
in to System
Manager.
<userPassword>
...
</userPassword>
Log-in password of
the user.
Sample XML with a single user profile
Following is a sample XML for a user profile with basic fields. To create your own XML, replace
the value of the tags explained in the Minimal elements table in XML for user with core
attributes.
<?xml version="1.0" encoding="UTF-8"?>
<!-- Root Element 'Users' represent collection of user (containing 1 or more
users)-->
<tns:users xmlns:tns="http://xml.avaya.com/schema/import" xmlns:xsi="http://
www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://xml.avaya.com/
schema/import userimport.xsd" >
<tns:user>
<authenticationType>Basic</authenticationType>
<givenName>John</givenName>
Managing Users
228 Administering Avaya Aura
®
Session Manager November 2010
Comentarios a estos manuales