summaryrefslogtreecommitdiff
path: root/source4/librpc/idl/netlogon.idl
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2005-07-30 00:14:48 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:30:12 -0500
commitb30f0b0391a2b4214b24fef318b6a91865c8d14a (patch)
tree1507c4d2785b943610367729d0839f592700ccd4 /source4/librpc/idl/netlogon.idl
parentc24a7249f074d2301079f7d354e4c1553391f4f3 (diff)
downloadsamba-b30f0b0391a2b4214b24fef318b6a91865c8d14a.tar.gz
samba-b30f0b0391a2b4214b24fef318b6a91865c8d14a.tar.bz2
samba-b30f0b0391a2b4214b24fef318b6a91865c8d14a.zip
r8855: Share this enum (describing the SamSync databases) between nbt and netlogon.
Andrew Bartlett (This used to be commit 5e29e1c68c1b1a957419320cef55395ba0fe6b6f)
Diffstat (limited to 'source4/librpc/idl/netlogon.idl')
-rw-r--r--source4/librpc/idl/netlogon.idl7
1 files changed, 1 insertions, 6 deletions
diff --git a/source4/librpc/idl/netlogon.idl b/source4/librpc/idl/netlogon.idl
index 7f7b9c5caa..48fd1e69dd 100644
--- a/source4/librpc/idl/netlogon.idl
+++ b/source4/librpc/idl/netlogon.idl
@@ -291,12 +291,7 @@ interface netlogon
/*****************/
/* Function 0x07 */
- /* SAM database types */
- typedef [v1_enum] enum {
- SAM_DATABASE_DOMAIN = 0, /* Domain users and groups */
- SAM_DATABASE_BUILTIN = 1, /* BUILTIN users and groups */
- SAM_DATABASE_PRIVS = 2 /* Privileges */
- } netr_SamDatabaseID;
+ declare enum netr_SamDatabaseID;
typedef struct {
unistr *account_name;