From 2af19867d42e26e761181f05245e3d82a4e8a5d4 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Wed, 3 Aug 2005 05:29:34 +0000 Subject: r8986: As far as I can tell, given the ldif I get from behind this, we have a signed NTTIME here. Andrew Bartlett (This used to be commit 57b703a9d5c26ad410125b15587a52129a41fb91) --- source4/librpc/idl/netlogon.idl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/librpc') diff --git a/source4/librpc/idl/netlogon.idl b/source4/librpc/idl/netlogon.idl index 48fd1e69dd..4730fba56a 100644 --- a/source4/librpc/idl/netlogon.idl +++ b/source4/librpc/idl/netlogon.idl @@ -389,7 +389,7 @@ interface netlogon typedef struct { lsa_String domain_name; lsa_String comment; - NTTIME force_logoff_time; + dlong force_logoff_time; uint16 min_password_length; uint16 password_history_length; /* yes, these are signed. They are in negative 100ns */ -- cgit