X-Git-Url: https://git.saurik.com/apple/libinfo.git/blobdiff_plain/e44d8d4788e2d885e241421ea37bede402a874fe..993b5481442541f09d095d12e0911c2d1787d816:/membership.subproj/membership.h diff --git a/membership.subproj/membership.h b/membership.subproj/membership.h index ea72447..193f8dd 100644 --- a/membership.subproj/membership.h +++ b/membership.subproj/membership.h @@ -61,6 +61,27 @@ */ #define ID_TYPE_GROUPNAME 5 +/*! + @defined ID_TYPE_UUID + @abstract is of type uuid_t + @discussion is of type uuid_t +*/ +#define ID_TYPE_UUID 6 + +/*! + @defined ID_TYPE_GROUP_NFS + @abstract is a NULL terminated UTF8 string + @discussion is a NULL terminated UTF8 string +*/ +#define ID_TYPE_GROUP_NFS 7 + +/*! + @defined ID_TYPE_USER_NFS + @abstract is a NULL terminated UTF8 string + @discussion is a NULL terminated UTF8 string +*/ +#define ID_TYPE_USER_NFS 8 + /*! @defined ID_TYPE_GSS_EXPORT_NAME @abstract is a gss exported name