Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
struct samba_kdc_entry *client_skdc_entry = NULL;
const struct samba_kdc_entry *client_krbtgt_skdc_entry = NULL;
struct samba_kdc_entry *proxy_skdc_entry = NULL;
- const struct auth_user_info_dc *user_info_dc = NULL;
+ const struct auth_user_info_dc *client_info = NULL;
struct samba_kdc_entry_pac client_pac_entry = {};
TALLOC_CTX *mem_ctx = NULL;
krb5_error_code code;
context,
kdc_db_ctx->samdb,
client_pac_entry,
- &user_info_dc,
+ &client_info,
NULL /* resource_groups_out */);
if (code != 0) {
goto out;
kdc_db_ctx,
client->principal,
server_principal,
- user_info_dc,
+ client_info,
proxy_skdc_entry);
out:
talloc_free(mem_ctx);