libcli/security Add an invalid LUID privilege value
authorAndrew Bartlett <abartlet@samba.org>
Mon, 30 Aug 2010 03:09:29 +0000 (13:09 +1000)
committerAndrew Bartlett <abartlet@samba.org>
Sat, 11 Sep 2010 08:46:09 +0000 (18:46 +1000)
This helps code that may not want to specify any privilege

Signed-off-by: Andrew Tridgell <tridge@samba.org>
librpc/idl/security.idl

index aa1ddc6b7dd21f194edf92677661f72a8f5ddd2b..38ff4ad4af01133241cc6c442c6380d64a849664 100644 (file)
@@ -364,6 +364,7 @@ interface security
           those that we implement and start Samba privileges at 0x1001 */
 
        typedef enum {
+               SEC_PRIV_INVALID                   = 0x0,
                SEC_PRIV_INCREASE_QUOTA            = 0x5,
                SEC_PRIV_MACHINE_ACCOUNT           = 0x6,
                SEC_PRIV_SECURITY                  = 0x8,