diff options
author | Andrew Bartlett <abartlet@samba.org> | 2007-03-12 23:39:00 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:49:29 -0500 |
commit | b6b98f63009b00e3e6766eee46d1142b8772c966 (patch) | |
tree | b2db73d31e696590470b8d93c080d6ab3ff8f074 /source4/librpc/idl/krb5pac.idl | |
parent | 252331a35d084735ed8d8d88130b88deba504cee (diff) | |
download | samba-b6b98f63009b00e3e6766eee46d1142b8772c966.tar.gz samba-b6b98f63009b00e3e6766eee46d1142b8772c966.tar.bz2 samba-b6b98f63009b00e3e6766eee46d1142b8772c966.zip |
r21805: Add PAC_TYPE_CONSTRAINED_DELEGATION to the PAC_TYPE enum.
(This used to be commit 6fb3b4be10d204bec61a1fddd1c50c1c24d52ebf)
Diffstat (limited to 'source4/librpc/idl/krb5pac.idl')
-rw-r--r-- | source4/librpc/idl/krb5pac.idl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/source4/librpc/idl/krb5pac.idl b/source4/librpc/idl/krb5pac.idl index ea86c60c09..fa6bf51e44 100644 --- a/source4/librpc/idl/krb5pac.idl +++ b/source4/librpc/idl/krb5pac.idl @@ -42,7 +42,8 @@ interface krb5pac PAC_TYPE_LOGON_INFO = 1, PAC_TYPE_SRV_CHECKSUM = 6, PAC_TYPE_KDC_CHECKSUM = 7, - PAC_TYPE_LOGON_NAME = 10 + PAC_TYPE_LOGON_NAME = 10, + PAC_TYPE_CONSTRAINED_DELEGATION = 11 } PAC_TYPE; typedef [public,nodiscriminant,gensize] union { |