From: Luke Howard Date: Sat, 8 May 2010 15:33:51 +0000 (+0000) Subject: plug s4u authdata in X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a81ffdaa0e696dbe62b00a36a17e03d8d204d2ea;p=thirdparty%2Fkrb5.git plug s4u authdata in git-svn-id: svn://anonsvn.mit.edu/krb5/users/lhoward/signedpath-naming-exts@23978 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/lib/krb5/krb/authdata.c b/src/lib/krb5/krb/authdata.c index d98bfe9435..3664b66d08 100644 --- a/src/lib/krb5/krb/authdata.c +++ b/src/lib/krb5/krb/authdata.c @@ -44,6 +44,7 @@ static const char *objdirs[] = { /* Internal authdata systems */ static krb5plugin_authdata_client_ftable_v0 *authdata_systems[] = { &krb5int_mspac_authdata_client_ftable, + &krb5int_s4u2proxy_authdata_client_ftable, NULL };