This call is available on Linux only.
Summary:
Gets boundary values for min/max user and group IDs for the specified server.
Request specification:
Name |
Min/Max |
Type |
Description |
|
|
|
|
Returns:
Name |
Min/Max |
Type |
Description |
|
|
|
Limits for user and group creation. |
|
|
|
|
|
|
|
min UID used for user creation. |
|
|
|
max UID used for user creation. |
|
|
|
min GID used for group creation. |
|
|
|
max GID used for group creation. |
|
|
|
|
Example:
Input
<packet version="4.0.0" id="2">
<dst>
<host>9bafbeb7-85f7-499e-a210-40e00850a5f3</host>
</dst>
<target>userm</target>
<data>
<userm>
<get_limits/>
</userm>
</data>
</packet>
Output
<?xml version="1.0" encoding="UTF-8"?><ns1:packet xmlns:ns2="http://www.swsoft.com/webservices/vzl/4.0.0/userm" xmlns:ns1="http://www.swsoft.com/webservices/vzl/4.0.0/protocol" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="0" id="12c460136b1t12dbrf08" time="2007-03-16T22:59:40+0000" priority="0" version="4.0.0">
<ns1:origin>9bafbeb7-85f7-499e-a210-40e00850a5f3</ns1:origin>
<ns1:dst>
<director>gend</director>
<target>vzclient3</target>
</ns1:dst>
<ns1:data>
<ns2:userm>
<ns2:limits>
<ns2:umin>500</ns2:umin>
<ns2:umax>60000</ns2:umax>
<ns2:gmin>500</ns2:gmin>
<ns2:gmax>60000</ns2:gmax>
</ns2:limits>
</ns2:userm>
</ns1:data>
<ns1:src>
<ns1:director>vpsd</ns1:director>
<ns1:target>userm</ns1:target>
</ns1:src>
<ns1:target>vzclient3</ns1:target>
</ns1:packet>