mirror of
https://github.com/samba-team/samba.git
synced 2025-01-11 05:18:09 +03:00
s4-kdc: Rename heimdal KDC files
Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
This commit is contained in:
parent
a97811392f
commit
de88bfc770
@ -836,7 +836,7 @@ static NTSTATUS kdc_check_generic_kerberos(struct irpc_message *msg,
|
||||
HDB_F_GET_KRBTGT | HDB_F_DECRYPT,
|
||||
0,
|
||||
&ent);
|
||||
|
||||
|
||||
if (ret != 0) {
|
||||
hdb_free_entry(kdc->smb_krb5_context->krb5_context, &ent);
|
||||
krb5_free_principal(kdc->smb_krb5_context->krb5_context, principal);
|
@ -623,4 +623,3 @@ reply:
|
||||
talloc_free(tmp_ctx);
|
||||
return KDC_PROCESS_OK;
|
||||
}
|
||||
|
@ -7,7 +7,7 @@ else:
|
||||
kdc_include = getattr(bld.env, "CPPPATH_KDC")
|
||||
|
||||
bld.SAMBA_MODULE('service_kdc',
|
||||
source='kdc.c kpasswdd.c proxy.c',
|
||||
source='kdc-heimdal.c kpasswd-heimdal.c proxy-heimdal.c',
|
||||
subsystem='service',
|
||||
init_function='server_service_kdc_init',
|
||||
deps='''
|
||||
|
Loading…
Reference in New Issue
Block a user