mirror of
https://github.com/samba-team/samba.git
synced 2025-01-25 06:04:04 +03:00
28d78c40ad
case) as the keytab. This avoids issues in replicated setups, as we will replicate the kpasswd key correctly (including from windows, which is why I care at the moment). Andrew Bartlett (This used to be commit 849500d1aa658817052423051b1f5d0b7a1db8e0)
27 lines
481 B
Makefile
27 lines
481 B
Makefile
# KDC server subsystem
|
|
|
|
#######################
|
|
# Start SUBSYSTEM KDC
|
|
[SUBSYSTEM::KDC]
|
|
NOPROTO = YES
|
|
OBJ_FILES = \
|
|
kdc.o \
|
|
kpasswdd.o
|
|
REQUIRED_SUBSYSTEMS = \
|
|
LIBLDB KERBEROS_LIB HEIMDAL_KDC HEIMDAL_HDB
|
|
# End SUBSYSTEM KDC
|
|
#######################
|
|
|
|
#######################
|
|
# Start SUBSYSTEM KDC
|
|
[SUBSYSTEM::HDB_LDB]
|
|
NOPROTO = YES
|
|
OBJ_FILES = \
|
|
hdb-ldb.o \
|
|
pac-glue.o
|
|
REQUIRED_SUBSYSTEMS = \
|
|
LIBLDB KERBEROS_LIB HEIMDAL_HDB
|
|
# End SUBSYSTEM KDC
|
|
#######################
|
|
|