security.idl: add SID_NT_NFS S-1-5-88* sids
authorStefan Metzmacher <metze@samba.org>
Tue, 5 Jul 2016 09:40:15 +0000 (11:40 +0200)
committerStefan Metzmacher <metze@samba.org>
Wed, 6 Jul 2016 17:07:16 +0000 (19:07 +0200)
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
librpc/idl/security.idl

index f706efd87c918d7311d05acf9c82147049494460..2ef4587ac170a6fee44e3f95875da93694389b2c 100644 (file)
@@ -288,6 +288,15 @@ interface security
        const string SID_AUTHENTICATION_AUTHORITY_ASSERTED_IDENTITY = "S-1-18-1";
        const string SID_SERVICE_ASSERTED_IDENTITY = "S-1-18-2";
 
+       /*
+        * http://technet.microsoft.com/en-us/library/hh509017(v=ws.10).aspx
+        */
+       const string SID_NT_NFS_SUBSYSTEM         = "S-1-5-88";
+       const string SID_NT_NFS_USER              = "S-1-5-88-1";
+       const string SID_NT_NFS_GROUP             = "S-1-5-88-2";
+       const string SID_NT_NFS_MASK              = "S-1-5-88-3";
+       const string SID_NT_NFS_OTHERS            = "S-1-5-88-4";
+
        /* well-known domain RIDs */
        const int DOMAIN_RID_LOGON                   = 9;
        const int DOMAIN_RID_ENTERPRISE_READONLY_DCS = 498;