Summary:
Modifies the specified realm definition.
Request specification:
Name |
Min/Max |
Type |
Description |
|
|
|
|
|
|
|
|
|
|
Realm information. Depending on the realm type, use the appropriate subtype of the The |
|
|
|
|
The password for the user account specified in the |
|
|
|
|
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>