diff options
author | Andrew Bartlett <abartlet@samba.org> | 2006-03-25 05:53:04 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:59:11 -0500 |
commit | 3451ba729dad31e7a435908970d58965f08465f7 (patch) | |
tree | 320b6f850c29d3c6060605500afe8ca962366f9c /source4/librpc | |
parent | fc52ddf1761b429755fa8965c3906005278034c5 (diff) | |
download | samba-3451ba729dad31e7a435908970d58965f08465f7.tar.gz samba-3451ba729dad31e7a435908970d58965f08465f7.tar.xz samba-3451ba729dad31e7a435908970d58965f08465f7.zip |
r14708: Add a (bogus) UUID and a comment to the PAC defintion.
Andrew Bartlett
(This used to be commit 0ce6513e342abf9e35a76dd080ab99d1762cb3c1)
Diffstat (limited to 'source4/librpc')
-rw-r--r-- | source4/librpc/idl/krb5pac.idl | 2 |
1 files changed, 2 insertions, 0 deletions
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") ] |