From 3451ba729dad31e7a435908970d58965f08465f7 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Sat, 25 Mar 2006 05:53:04 +0000 Subject: r14708: Add a (bogus) UUID and a comment to the PAC defintion. Andrew Bartlett (This used to be commit 0ce6513e342abf9e35a76dd080ab99d1762cb3c1) --- source4/librpc/idl/krb5pac.idl | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source4/librpc') diff --git a/source4/librpc/idl/krb5pac.idl b/source4/librpc/idl/krb5pac.idl index 99dfba64a8..dc7e551116 100644 --- a/source4/librpc/idl/krb5pac.idl +++ b/source4/librpc/idl/krb5pac.idl @@ -5,8 +5,10 @@ #include "idl_types.h" [ + uuid("5-6-7-8"), version(0.0), pointer_default(unique), + helpstring("Active Directory KRB5 PAC"), depends(security,netlogon,samr), helper("librpc/ndr/ndr_krb5pac.h") ] -- cgit