mirror of
https://github.com/samba-team/samba.git
synced 2025-03-10 12:58:35 +03:00
Remove kerberos_verify.c, as we don't need that code any more. Replace with code for using the new krb5_rd_req_ctx() borrowed from Heimdal's accecpt_sec_context.c Andrew Bartlett (This used to be commit 13c9df1d4f0517468c80040d3756310d4dcbdd50)
16 lines
478 B
Makefile
16 lines
478 B
Makefile
#################################
|
|
# Start SUBSYSTEM KERBEROS
|
|
[SUBSYSTEM::KERBEROS]
|
|
PRIVATE_PROTO_HEADER = proto.h
|
|
OBJ_FILES = kerberos.o \
|
|
clikrb5.o \
|
|
kerberos_heimdal.o \
|
|
kerberos_util.o \
|
|
kerberos_pac.o \
|
|
gssapi_parse.o \
|
|
krb5_init_context.o
|
|
PUBLIC_DEPENDENCIES = HEIMDAL_KRB5 NDR_KRB5PAC samba-socket LIBCLI_RESOLVE
|
|
PRIVATE_DEPENDENCIES = ASN1_UTIL HEIMDAL_ROKEN_ADDRINFO auth_sam CREDENTIALS_KRB5
|
|
# End SUBSYSTEM KERBEROS
|
|
#################################
|