samr.idl: windows uses lsa_AsciiStringLarge in QueryDisplayInfo
authorStefan Metzmacher <metze@samba.org>
Fri, 15 Feb 2008 13:56:35 +0000 (14:56 +0100)
committerStefan Metzmacher <metze@samba.org>
Thu, 21 Feb 2008 11:34:22 +0000 (12:34 +0100)
Tested with nt4 and w2k3.

metze

source/librpc/idl/samr.idl

index 2dc33fa9b90ac8151aa9519eddcda4df86c98ec5..3a11ab752ce52b95792425bcc7c4d74603870a9e 100644 (file)
@@ -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 {