summaryrefslogtreecommitdiff
path: root/source4/librpc
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2008-02-15 14:56:35 +0100
committerStefan Metzmacher <metze@samba.org>2008-02-21 12:34:22 +0100
commit52623b627ddcaf50347d5cb75c2f2490e73dfe29 (patch)
tree7368093a845666bae515358a841f8d73ea53960c /source4/librpc
parent99b311449f494c0318127dc9140c4a22bb932884 (diff)
downloadsamba-52623b627ddcaf50347d5cb75c2f2490e73dfe29.tar.gz
samba-52623b627ddcaf50347d5cb75c2f2490e73dfe29.tar.bz2
samba-52623b627ddcaf50347d5cb75c2f2490e73dfe29.zip
samr.idl: windows uses lsa_AsciiStringLarge in QueryDisplayInfo
Tested with nt4 and w2k3. metze (This used to be commit 24ec069751ef8db1211c50e7ca1e527adaa6432c)
Diffstat (limited to 'source4/librpc')
-rw-r--r--source4/librpc/idl/samr.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/librpc/idl/samr.idl b/source4/librpc/idl/samr.idl
index 2dc33fa9b9..3a11ab752c 100644
--- a/source4/librpc/idl/samr.idl
+++ b/source4/librpc/idl/samr.idl
@@ -960,7 +960,7 @@ import "misc.idl", "lsa.idl", "security.idl";
typedef struct {
uint32 idx;
- lsa_AsciiString account_name;
+ lsa_AsciiStringLarge account_name;
} samr_DispEntryAscii;
typedef struct {