r20360: level -4 of DsReplicaGetInfo(), which gives back all open bind handles
authorStefan Metzmacher <metze@samba.org>
Wed, 27 Dec 2006 18:00:20 +0000 (18:00 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 19:30:16 +0000 (14:30 -0500)
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)

source4/librpc/idl/drsuapi.idl

index 3df247a3efdc8443dfceec433df5e8047bd7c8d0..d60c3dd78ac19e6737da0bafdb1070c10d3c0ddf 100644 (file)
@@ -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 {