]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
s4:kdc: Increment plugin minor version
authorJoseph Sutton <josephsutton@catalyst.net.nz>
Tue, 22 Feb 2022 03:30:27 +0000 (16:30 +1300)
committerJoseph Sutton <jsutton@samba.org>
Tue, 1 Mar 2022 22:34:35 +0000 (22:34 +0000)
This is an adaptation to Heimdal:

commit 40e4a4df09c2d6c3ba7bf14df1dee74a0bc18110
Author: Luke Howard <lukeh@padl.com>
Date:   Mon Jan 10 12:50:37 2022 +1100

    kdc: use astgs_request_t for client/server name (TGS)

    Store the client and server principal name from the TGT and request
    (respectively) in the astgs_request_t rather than using local variables.

NOTE: THIS COMMIT WON'T COMPILE/WORK ON ITS OWN!

BUG: https://bugzilla.samba.org/show_bug.cgi?id=14995

Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
source4/kdc/wdc-samba4.c

index 3366726597e79087240988653d23c9c2b2f21767..9356979dd7dc98e4d272a1e5cfa99be94011abd0 100644 (file)
@@ -960,7 +960,7 @@ static krb5_error_code samba_wdc_referral_policy(void *priv,
 }
 
 struct krb5plugin_kdc_ftable kdc_plugin_table = {
-       .minor_version = KRB5_PLUGIN_KDC_VERSION_8,
+       .minor_version = KRB5_PLUGIN_KDC_VERSION_9,
        .init = samba_wdc_plugin_init,
        .fini = samba_wdc_plugin_fini,
        .pac_verify = samba_wdc_reget_pac,