re-run make idl.
authorGünther Deschner <gd@samba.org>
Wed, 27 Aug 2008 21:41:55 +0000 (23:41 +0200)
committerGünther Deschner <gd@samba.org>
Fri, 29 Aug 2008 11:58:01 +0000 (13:58 +0200)
Guenther
(This used to be commit 1c8bec98456dbd5bcc319a9d7378e4a9399db40d)

source3/librpc/gen_ndr/libnetapi.h

index 54deea96508a864c6abe1b1112bfa517b90da89e..25ed3e04e5046491c3e3eb4e4ff86edecaea6607 100644 (file)
 #define USER_PRIV_GUEST        ( 0 )
 #define USER_PRIV_USER ( 1 )
 #define USER_PRIV_ADMIN        ( 2 )
 #define USER_PRIV_GUEST        ( 0 )
 #define USER_PRIV_USER ( 1 )
 #define USER_PRIV_ADMIN        ( 2 )
+#define AF_OP_PRINT    ( 0x1 )
+#define AF_OP_COMM     ( 0x2 )
+#define AF_OP_SERVER   ( 0x4 )
+#define AF_OP_ACCOUNTS ( 0x8 )
+#define AF_SETTABLE_BITS       ( (AF_OP_PRINT|AF_OP_COMM|AF_OP_SERVER|AF_OP_ACCOUNTS) )
 #define ENCRYPTED_PWLEN        ( 16 )
 #define FILTER_TEMP_DUPLICATE_ACCOUNT  ( 0x0001 )
 #define FILTER_NORMAL_ACCOUNT  ( 0x0002 )
 #define ENCRYPTED_PWLEN        ( 16 )
 #define FILTER_TEMP_DUPLICATE_ACCOUNT  ( 0x0001 )
 #define FILTER_NORMAL_ACCOUNT  ( 0x0002 )