diff options
author | Andrew Tridgell <tridge@samba.org> | 2005-05-16 10:21:32 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:16:47 -0500 |
commit | eb77bb74169bfd2fc88bc9d8a11aa42d766ebccc (patch) | |
tree | 989d3286cfc91c0f6a5ce62e39a11254a6f98ca3 /source4/librpc | |
parent | 3fd2a38e62a9c7c444d7dd9f56673fa216a00fdd (diff) | |
download | samba-eb77bb74169bfd2fc88bc9d8a11aa42d766ebccc.tar.gz samba-eb77bb74169bfd2fc88bc9d8a11aa42d766ebccc.tar.bz2 samba-eb77bb74169bfd2fc88bc9d8a11aa42d766ebccc.zip |
r6814: fill in two more unknown values in cldap responses
(This used to be commit 5ee46b44be45763bfaa11dc0b0c9f53b7ee30a51)
Diffstat (limited to 'source4/librpc')
-rw-r--r-- | source4/librpc/idl/nbt.idl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/librpc/idl/nbt.idl b/source4/librpc/idl/nbt.idl index 2468e4e8bf..371084bc65 100644 --- a/source4/librpc/idl/nbt.idl +++ b/source4/librpc/idl/nbt.idl @@ -458,7 +458,7 @@ typedef struct { [value(19)] uint16 type; nstring pdc_name; - nstring unknown; + nstring user_name; nstring domain_name; uint32 nt_version; uint16 lmnt_token; @@ -468,7 +468,7 @@ typedef struct { [value(19)] uint16 type; nstring pdc_name; - nstring unknown; + nstring user_name; nstring domain_name; GUID domain_uuid; GUID unknown_uuid; |