]> git.saurik.com Git - apple/libinfo.git/blobdiff - membership.subproj/membership.h
Libinfo-459.tar.gz
[apple/libinfo.git] / membership.subproj / membership.h
index ea724474f43625fb66fc8ac30ec45676872dfdca..193f8dd5561128b9e394017564ed40f89400648b 100644 (file)
 */
 #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