]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
Revert "HEIMDAL:kdc: if we don't have an authenticator subkey for S4U2Proxy we need...
authorKarolin Seeger <kseeger@samba.org>
Wed, 21 Feb 2018 09:15:23 +0000 (10:15 +0100)
committerKarolin Seeger <kseeger@samba.org>
Wed, 21 Feb 2018 10:23:24 +0000 (11:23 +0100)
This reverts commit ec57c13dc378d15dad98efd59e86bcc2775c5b0a.

source4/heimdal/kdc/krb5tgs.c

index d59eb9731bee0261cef6bff3374996d92e43d8e9..f5b4137c2b8444163d68ac1de923baef706b81e7 100644 (file)
@@ -2144,10 +2144,6 @@ server_lookup:
            goto out;
        }
 
-       if (rk_is_subkey == 0) {
-           auth_data_key = &adtkt.key;
-       }
-
        kdc_log(context, config, 0, "constrained delegation for %s "
                "from %s (%s) to %s", tpn, cpn, dpn, spn);
     }