Previous page

Next page

Locate page in Contents

Print this page

set_realm

Summary:

Modifies the specified realm definition.

Request specification:

Name

Min/Max

Type

Description

set_realm

 

 

 

{

 

 

 

realm

1..1

realmType

Realm information. Depending on the realm type, use the appropriate subtype of the realmType type.

The realm/id parameter is mandatory and must contain the ID of the realm that you would like to modify.

password

0..1

base64Binary

The password for the user account specified in the login portion of the realm structure above.

}

 

 

 

Returns:

OK/Error.

Description:

The set_realm call allows to modify parameters that define an existing realm. You can change realm name, connection parameters (address, port, etc.), login parameters, and password. For more information on individual realm parameters see the add_realm call.

Example:

Input

<packet xmlns:ns4="http://www.swsoft.com/webservices/vzl/4.0.0/authm" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="4.0.0">

<target>authm</target>

<data>

<authm>

<set_realm>

<realm xsi:type="ns4:dir_realmType">

<id>18e8c5f0-e656-4144-864c-0520275a4bd1</id>

<type>1</type>

<name>myrealm</name>

<address>192.168.0.117</address>

<port>398</port>

<base_dn>dc=vzl</base_dn>

<default_dn>cn=users,dc=vzl</default_dn>

<login>

<name>Y249dnphZ2VudCxkYz1WWkw=</name>

</login>

</realm>

<password>bXlwYXNz</password>

</set_realm>

</authm>

</data>

</packet>

Please send us your feedback on this help page