security.idl Add comments
authorAndrew Bartlett <abartlet@samba.org>
Thu, 26 Aug 2010 09:42:01 +0000 (19:42 +1000)
committerAndrew Bartlett <abartlet@samba.org>
Thu, 9 Sep 2010 04:45:57 +0000 (14:45 +1000)
Signed-off-by: Andrew Tridgell <tridge@samba.org>
librpc/idl/security.idl

index f412ce3fac9841560660e5ae7574b4177a62d5db..aa1ddc6b7dd21f194edf92677661f72a8f5ddd2b 100644 (file)
@@ -357,7 +357,7 @@ interface security
 
  ********************************************************************/
 
-       /* LUID values for privileges known about by Samba (bottom 32 bit of enum, top bits are 0) */
+       /* LUID values for privileges known about by Samba (bottom 32 bits of enum, top bits are 0) */
 
        /* we have to define the LUID here due to a horrible check by printmig.exe
           that requires the SeBackupPrivilege match what is in Windows.  So match
@@ -417,6 +417,8 @@ interface security
                SE_BACKUP                       = 0x00000200,
                SE_RESTORE                      = 0x00000400,
                SE_TAKE_OWNERSHIP               = 0x00000800,
+               /* End of privilages implemented before merge to common code */
+
                SE_INCREASE_QUOTA               = 0x00001000,
                SE_SECURITY                     = 0x00002000,
                SE_LOAD_DRIVER                  = 0x00004000,