mirror of
https://github.com/samba-team/samba.git
synced 2024-12-22 13:34:15 +03:00
s4:kdc: Rename ‘user_info_dc_out’ parameter of samba_kdc_get_user_info_dc() to ‘info_out’
Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
parent
9c4647436c
commit
ce7c543ffc
@ -1152,7 +1152,7 @@ NTSTATUS samba_kdc_get_claims_blob(TALLOC_CTX *mem_ctx,
|
|||||||
|
|
||||||
NTSTATUS samba_kdc_get_user_info_dc(TALLOC_CTX *mem_ctx,
|
NTSTATUS samba_kdc_get_user_info_dc(TALLOC_CTX *mem_ctx,
|
||||||
struct samba_kdc_entry *entry,
|
struct samba_kdc_entry *entry,
|
||||||
struct auth_user_info_dc **user_info_dc_out)
|
struct auth_user_info_dc **info_out)
|
||||||
{
|
{
|
||||||
NTSTATUS nt_status;
|
NTSTATUS nt_status;
|
||||||
const struct auth_user_info_dc *user_info_dc_from_db = NULL;
|
const struct auth_user_info_dc *user_info_dc_from_db = NULL;
|
||||||
@ -1173,7 +1173,7 @@ NTSTATUS samba_kdc_get_user_info_dc(TALLOC_CTX *mem_ctx,
|
|||||||
return nt_status;
|
return nt_status;
|
||||||
}
|
}
|
||||||
|
|
||||||
*user_info_dc_out = user_info_dc;
|
*info_out = user_info_dc;
|
||||||
|
|
||||||
return NT_STATUS_OK;
|
return NT_STATUS_OK;
|
||||||
}
|
}
|
||||||
|
@ -113,7 +113,7 @@ NTSTATUS samba_kdc_get_user_info_from_db(struct samba_kdc_entry *entry,
|
|||||||
|
|
||||||
NTSTATUS samba_kdc_get_user_info_dc(TALLOC_CTX *mem_ctx,
|
NTSTATUS samba_kdc_get_user_info_dc(TALLOC_CTX *mem_ctx,
|
||||||
struct samba_kdc_entry *entry,
|
struct samba_kdc_entry *entry,
|
||||||
struct auth_user_info_dc **user_info_dc_out);
|
struct auth_user_info_dc **info_out);
|
||||||
|
|
||||||
krb5_error_code samba_kdc_map_policy_err(NTSTATUS nt_status);
|
krb5_error_code samba_kdc_map_policy_err(NTSTATUS nt_status);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user