Avaya Administering Aura Session Manager Release 6.1 Manual de usuario Pagina 229

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 532
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 228
<surname>Miller</surname>
<userPassword>mypassword</userPassword>
</tns:user>
</tns:users>
The highlighted XML tag in the user profile XML represents the data for a single user tag that
starts and ends with
</tns:user>
. To create multiple users in the same XML, repeat the highlighted content multiple times with
different user values.
For example, the following sample XML contains two users, John Miller and Roger Philip. Note
that there are two instances of the
<tns;user>
tag, one for each user.
<?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>
<authentication>TypeBasic</authenticationType>
<givenName>John</givenName>
<loginName>[email protected]</loginName>
<surname>Miller</surname>
<userPassword>mypassword</userPassword>
</tns:user>
<tns:user>
<authenticationType>Basic</authenticationType>
<givenName>Roger</givenName>
<loginName>[email protected]</loginName>
<surname>Philip</surname>
<userPassword>mypassword</userPassword>
</tns:user>
</tns:users>
Note:
As the XML is a text file, you can edit this XML in any text editor.
Related topics:
XML for user with core attributes on page 228
Bulk import XML for users with SIP phone
To create a user XML, first perform the procedure for bulk importing users in the Bulk importing
users section. If communication address is added to the user, then the commPassword field
is mandatory.
Managing bulk importing and exporting
Administering Avaya Aura
®
Session Manager November 2010 229
Vista de pagina 228
1 2 ... 224 225 226 227 228 229 230 231 232 233 234 ... 531 532

Comentarios a estos manuales

Sin comentarios