summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2008-02-27 17:15:09 +0100
committerGünther Deschner <gd@samba.org>2008-02-27 17:15:09 +0100
commita136e403add8bfd299ba9963964ed7337eba0a5f (patch)
treeb41a1770d264eaf43e64d9a5e58a229603fdbb77 /source3
parentd61831dcd414e0279dfd576a8c85a83a37bf2699 (diff)
downloadsamba-a136e403add8bfd299ba9963964ed7337eba0a5f.tar.gz
samba-a136e403add8bfd299ba9963964ed7337eba0a5f.tar.bz2
samba-a136e403add8bfd299ba9963964ed7337eba0a5f.zip
Re-run make idl.
Guenther (This used to be commit 2ebfd28cf73a63ccf595775853e9b1660a43fd20)
Diffstat (limited to 'source3')
-rw-r--r--source3/librpc/gen_ndr/samr.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/librpc/gen_ndr/samr.h b/source3/librpc/gen_ndr/samr.h
index fb40e0ee87..700c46222d 100644
--- a/source3/librpc/gen_ndr/samr.h
+++ b/source3/librpc/gen_ndr/samr.h
@@ -8,6 +8,8 @@
#ifndef _HEADER_samr
#define _HEADER_samr
+#define MAX_SAM_ENTRIES_W2K ( 0x400 )
+#define MAX_SAM_ENTRIES_W95 ( 50 )
#define SAMR_ENUM_USERS_MULTIPLIER ( 54 )
#define PASS_MUST_CHANGE_AT_NEXT_LOGON ( 0x01 )
#define PASS_DONT_CHANGE_AT_NEXT_LOGON ( 0x00 )