diff options
author | Andrew Bartlett <abartlet@samba.org> | 2006-04-24 20:15:35 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:04:20 -0500 |
commit | f4ad602b7023fe44e369c59a42dde947c4dba4b3 (patch) | |
tree | eb580f7798fd83047f1437a688b482c6640cb17f /source4/librpc/idl/krb5pac.idl | |
parent | d1a79b1f7ed766df8a575516338d441ae092ba62 (diff) | |
download | samba-f4ad602b7023fe44e369c59a42dde947c4dba4b3.tar.gz samba-f4ad602b7023fe44e369c59a42dde947c4dba4b3.tar.bz2 samba-f4ad602b7023fe44e369c59a42dde947c4dba4b3.zip |
r15222: Use more standard UUIDs. Should help AIX build.
Andrew Bartlett
(This used to be commit cde98e9ad1990ae9da89d6449b3f0e15f00f4e54)
Diffstat (limited to 'source4/librpc/idl/krb5pac.idl')
-rw-r--r-- | source4/librpc/idl/krb5pac.idl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/librpc/idl/krb5pac.idl b/source4/librpc/idl/krb5pac.idl index 5fa6d5525f..fff1946025 100644 --- a/source4/librpc/idl/krb5pac.idl +++ b/source4/librpc/idl/krb5pac.idl @@ -5,7 +5,7 @@ #include "idl_types.h" [ - uuid("5-6-7-8-9"), + uuid("12345778-1234-abcd-0000-00000000"), version(0.0), pointer_default(unique), helpstring("Active Directory KRB5 PAC"), |