diff options
author | Stefan Metzmacher <metze@samba.org> | 2006-12-27 18:00:20 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:30:16 -0500 |
commit | b5aa81635d8eaf200d88fd37ee11c31dc9042659 (patch) | |
tree | 4ad9819d25be61f09bc6f2bb1b965db1fd5de1b9 /source4/librpc/idl | |
parent | c70a3f6706c9f7ec45ec805052687dd70eb89c6b (diff) | |
download | samba-b5aa81635d8eaf200d88fd37ee11c31dc9042659.tar.gz samba-b5aa81635d8eaf200d88fd37ee11c31dc9042659.tar.bz2 samba-b5aa81635d8eaf200d88fd37ee11c31dc9042659.zip |
r20360: level -4 of DsReplicaGetInfo(), which gives back all open bind handles
returned by DsBind() on all drsuapi connection also contains the client
ip address. Also the u1 value of the clients DsBindInfoX structure is returned
in u5 here...
metze
(This used to be commit 1adb0fb291d788d0bf10a49b05970ac72eb4764e)
Diffstat (limited to 'source4/librpc/idl')
-rw-r--r-- | source4/librpc/idl/drsuapi.idl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/librpc/idl/drsuapi.idl b/source4/librpc/idl/drsuapi.idl index 3df247a3ef..d60c3dd78a 100644 --- a/source4/librpc/idl/drsuapi.idl +++ b/source4/librpc/idl/drsuapi.idl @@ -1446,8 +1446,8 @@ interface drsuapi uint32 u3; GUID bind_guid; NTTIME_1sec bind_time; - uint32 u4; /* flags? */ - uint32 u5; + [flag(NDR_BIG_ENDIAN)] ipv4address client_ip_address; + uint32 u5; /* this is the same value the client used as u1 in the DsBindInfoX struct */ } drsuapi_DsReplicaConnection04; typedef struct { |