don't bother supporting KRB5_AUTHDATA_SIGNTICKET_OLD
authorLove Hornquist Astrand <lha@h5l.org>
Fri, 19 Mar 2010 20:58:45 +0000 (13:58 -0700)
committerLove Hornquist Astrand <lha@h5l.org>
Fri, 19 Mar 2010 20:58:45 +0000 (13:58 -0700)
kdc/krb5tgs.c

index 760188b336dfef82d25fe93e7e2af03df28a0a36..53c0a589ba98a0e9fd75ce0dbfef4bab0ba20b43 100644 (file)
@@ -88,8 +88,7 @@ find_KRB5SignedPath(krb5_context context,
        return KRB5KDC_ERR_PADATA_TYPE_NOSUPP;
     }
 
-    if (child.val[0].ad_type != KRB5_AUTHDATA_SIGNTICKET && 
-       child.val[0].ad_type != KRB5_AUTHDATA_SIGNTICKET_OLD) {
+    if (child.val[0].ad_type != KRB5_AUTHDATA_SIGNTICKET) {
        free_AuthorizationData(&child);
        return KRB5KDC_ERR_PADATA_TYPE_NOSUPP;
     }