Author: abartlet Date: 2006-03-25 05:53:04 +0000 (Sat, 25 Mar 2006) New Revision: 14708
WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=14708 Log: Add a (bogus) UUID and a comment to the PAC defintion. Andrew Bartlett Modified: branches/SAMBA_4_0/source/librpc/idl/krb5pac.idl Changeset: Modified: branches/SAMBA_4_0/source/librpc/idl/krb5pac.idl =================================================================== --- branches/SAMBA_4_0/source/librpc/idl/krb5pac.idl 2006-03-25 05:49:58 UTC (rev 14707) +++ branches/SAMBA_4_0/source/librpc/idl/krb5pac.idl 2006-03-25 05:53:04 UTC (rev 14708) @@ -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") ]
