1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-10 01:18:15 +03:00

s4-auth/kerberos: Remove unused paremters to create_keytab()

Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Jo Sutton <josutton@catalyst.net.nz>
This commit is contained in:
Andrew Bartlett 2023-12-20 10:40:07 +13:00
parent 9246ee4804
commit a2ed51df7c

View File

@ -115,8 +115,6 @@ static krb5_error_code keytab_add_keys(TALLOC_CTX *parent_ctx,
}
static krb5_error_code create_keytab(TALLOC_CTX *parent_ctx,
const char *samAccountName,
const char *realm,
const char *saltPrincipal,
int kvno,
const char *new_secret,
@ -317,7 +315,7 @@ krb5_error_code smb_krb5_update_keytab(TALLOC_CTX *parent_ctx,
}
ret = create_keytab(tmp_ctx,
samAccountName, upper_realm, saltPrincipal,
saltPrincipal,
kvno, new_secret, old_secret,
supp_enctypes,
num_principals,