2.2.5.6 GETCURRENTVERSIONTOKEN_PROC (PROC 5)
A request for the current account-mapping sequence number for the set of mapping records held by the server. This procedure is used by clients to check whether any map records changed since the last enumeration by the client.
-
sequence_number GETCURRENTVERSIONTOKEN_PROC( sequence_number SequenceNumber );
SequenceNumber: A data structure that contains two 32-bit signed integers. SequenceNumber MUST contain either 0x00000000 for each member field or a value returned by the server from a previous call to GETCURRENTVERSIONTOKEN_PROC or DUMPALLMAPSXXX_PROC. For more details, see sections 3.1.5 and 3.2.5.
Return Value: The User Name Mapping Protocol server MUST return a SUNRPC status of MSG_ACCEPTED with an accept status of SUCCESS. It MUST also return a sequence_number structure with the current sequence number value for the set of mapping records held by the server.