summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorLuke Howard <lukeh@padl.com>2011-05-09 22:05:48 +0000
committerLuke Howard <lukeh@padl.com>2011-05-09 22:05:48 +0000
commitce30071a8723efcee8592e795ebfb2f875785544 (patch)
treecdbe57b392a8fab81cf659d7cd0d75c9bec242fc /src
parent84f2d3910c1903f583466882fc13cc5061b2a697 (diff)
downloadkrb5-ce30071a8723efcee8592e795ebfb2f875785544.tar.gz
krb5-ce30071a8723efcee8592e795ebfb2f875785544.tar.xz
krb5-ce30071a8723efcee8592e795ebfb2f875785544.zip
fix regression in r24853: PAC no longer exposed
Windows PAC is not AD-KDCIssued, rather it is signed with the long-term service session key (or user-to-user key). Advertise this correctly in the internal authorization data SPI. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@24922 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src')
-rw-r--r--src/lib/krb5/krb/pac.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/krb5/krb/pac.c b/src/lib/krb5/krb/pac.c
index 84aecec84e..7d28c2bc85 100644
--- a/src/lib/krb5/krb/pac.c
+++ b/src/lib/krb5/krb/pac.c
@@ -675,7 +675,7 @@ mspac_flags(krb5_context kcontext,
krb5_authdatatype ad_type,
krb5_flags *flags)
{
- *flags = AD_USAGE_KDC_ISSUED;
+ *flags = AD_USAGE_TGS_REQ;
}
static void