2.2.2.20 dump_map_req
This type is used to specify an input parameter to start or continue a map enumeration request to the server. For more details, see sections 2.2.5.5, 2.2.5.7, 2.2.5.11, and 2.2.5.12.
-
struct dump_map_req { long PrincipalType; long MapRecordIndex; };
PrincipalType: An XDR-encoded, 32-bit signed integer that defines the type of account mapping to enumerate. PrincipalType MUST be one of the following values.
-
Value
Meaning
0x00000000
Enumerate user account mappings.
0x00000001
Enumerate group account mappings.
MapRecordIndex: An XDR-encoded, 32-bit signed integer that is an index into the set of mapping records. This MUST be set to 0 on the first call in an enumeration sequence, and to the sum of all the records returned by all preceding replies on subsequent calls in the enumeration sequence. For more information on enumeration sequences, see sections 3.1.5 and 3.2.5.