From 16bbafb7e862016e4c6281c32cc5b25adeae3cfc Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Fri, 21 Oct 2005 01:25:55 +0000 Subject: r11239: Use ${REALM} for the realm in rootdse.ldif Add the kpasswd server to our KDC, implementing the 'original' and Microsoft versions of the protocol. This works with the Heimdal kpasswd client, but not with MIT, I think due to ordering issues. It may not be worth the pain to have this code go via GENSEC, as it is very, very tied to krb5. This gets us one step closer to joins from Apple, Samba3 and other similar implementations. Andrew Bartlett (This used to be commit ab5dbbe10a162286aa6694c7e08de43b48e34cdb) --- source4/kdc/config.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'source4/kdc/config.mk') diff --git a/source4/kdc/config.mk b/source4/kdc/config.mk index ce655dea82..5939d0eacb 100644 --- a/source4/kdc/config.mk +++ b/source4/kdc/config.mk @@ -6,7 +6,8 @@ INIT_OBJ_FILES = \ kdc/kdc.o \ kdc/pac-glue.o \ - kdc/hdb-ldb.o + kdc/hdb-ldb.o \ + kdc/kpasswdd.o REQUIRED_SUBSYSTEMS = \ LIBLDB KERBEROS_LIB HEIMDAL_KDC HEIMDAL_HDB # End SUBSYSTEM KDC -- cgit