summaryrefslogtreecommitdiff
path: root/source3/librpc/gen_ndr
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2008-08-27 23:41:55 +0200
committerGünther Deschner <gd@samba.org>2008-08-29 13:58:01 +0200
commitf16719e6791b41a0168699d53a6c238120be07a8 (patch)
treef50449274850ee8484023f7c0571e1fc687af28f /source3/librpc/gen_ndr
parent592f3a120153c24cf53bc8535a3b4611dbfe5f1d (diff)
downloadsamba-f16719e6791b41a0168699d53a6c238120be07a8.tar.gz
samba-f16719e6791b41a0168699d53a6c238120be07a8.tar.bz2
samba-f16719e6791b41a0168699d53a6c238120be07a8.zip
re-run make idl.
Guenther (This used to be commit 1c8bec98456dbd5bcc319a9d7378e4a9399db40d)
Diffstat (limited to 'source3/librpc/gen_ndr')
-rw-r--r--source3/librpc/gen_ndr/libnetapi.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/source3/librpc/gen_ndr/libnetapi.h b/source3/librpc/gen_ndr/libnetapi.h
index 54deea9650..25ed3e04e5 100644
--- a/source3/librpc/gen_ndr/libnetapi.h
+++ b/source3/librpc/gen_ndr/libnetapi.h
@@ -13,6 +13,11 @@
#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 )