TRUSTED_POSIX_OFFSET_INFO structure (ntsecapi.h)

The TRUSTED_POSIX_OFFSET_INFO structure is used to query or set the value used to generate Posix user and group identifiers. The LsaQueryTrustedDomainInfo and LsaSetTrustedDomainInformation functions use this structure when their InformationClass parameters are set to TrustedPosixOffsetInformation.

Syntax

typedef struct _TRUSTED_POSIX_OFFSET_INFO {
  ULONG Offset;
} TRUSTED_POSIX_OFFSET_INFO, *PTRUSTED_POSIX_OFFSET_INFO;

Members

Offset

An offset that the system uses to generate Posix user and group identifiers that correspond to a given SID. To generate a Posix identifier, the system adds the RID from the SID to the Posix offset of the trusted domain identified by the SID.

Requirements

Requirement Value
Minimum supported client Windows XP [desktop apps only]
Minimum supported server Windows Server 2003 [desktop apps only]
Header ntsecapi.h

See also

LsaQueryTrustedDomainInfo

LsaSetTrustedDomainInformation

TRUSTED_INFORMATION_CLASS