Windows: include owner/group in Security DACL
[openafs.git] / src / WINNT / afsrdr / kernel / lib / AFSData.cpp
index 377a3ef..d892c12 100644 (file)
@@ -114,4 +114,8 @@ PAFSRtlSetSaclSecurityDescriptor AFSRtlSetSaclSecurityDescriptor = NULL;
 
 SECURITY_DESCRIPTOR *AFSDefaultSD = NULL;
 
+PAFSRtlSetGroupSecurityDescriptor AFSRtlSetGroupSecurityDescriptor = NULL;
+
+SID_IDENTIFIER_AUTHORITY SeWorldSidAuthority = {SECURITY_WORLD_SID_AUTHORITY};
+
 }