diff options
author | Andrew Tridgell <tridge@samba.org> | 2005-05-05 11:15:24 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:16:31 -0500 |
commit | f597d6df59ece653c9a7c18cfb11b16e7e58b907 (patch) | |
tree | 73422f62343e8f0321e33ae22becccc4dff85a6b /source4/librpc | |
parent | 320eeed1ef1dfc90e366ba6f8a5d8d66ea8771b2 (diff) | |
download | samba-f597d6df59ece653c9a7c18cfb11b16e7e58b907.tar.gz samba-f597d6df59ece653c9a7c18cfb11b16e7e58b907.tar.bz2 samba-f597d6df59ece653c9a7c18cfb11b16e7e58b907.zip |
r6620: the type 23 schannel bind uses a workstation name, not an account name
(This used to be commit 250f1f69dd719a7981ec4c1698942b31826888d2)
Diffstat (limited to 'source4/librpc')
-rw-r--r-- | source4/librpc/idl/schannel.idl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/source4/librpc/idl/schannel.idl b/source4/librpc/idl/schannel.idl index e41628fdcd..8c72742f88 100644 --- a/source4/librpc/idl/schannel.idl +++ b/source4/librpc/idl/schannel.idl @@ -20,9 +20,9 @@ interface schannel typedef struct { astring domain; - astring account_name; - nbt_string dnsdomain; /* in NBT dotted format */ - nbt_string workstation; + astring workstation; + nbt_string dnsdomain; + nbt_string dnsworkstation; } schannel_bind_23; typedef [nodiscriminant] union { |