svn commit: samba r7258 - in branches/SAMBA_4_0/source/auth/kerberos: .

abartlet at samba.org abartlet at samba.org
Sat Jun 4 01:19:06 GMT 2005


Author: abartlet
Date: 2005-06-04 01:19:05 +0000 (Sat, 04 Jun 2005)
New Revision: 7258

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=7258

Log:
Fix the final linking error with libkdc - we need to link libhdb as well.

With this fix, I can request tickets from our built-in KDC!

Andrew Bartlett

Modified:
   branches/SAMBA_4_0/source/auth/kerberos/config.m4


Changeset:
Modified: branches/SAMBA_4_0/source/auth/kerberos/config.m4
===================================================================
--- branches/SAMBA_4_0/source/auth/kerberos/config.m4	2005-06-04 01:17:54 UTC (rev 7257)
+++ branches/SAMBA_4_0/source/auth/kerberos/config.m4	2005-06-04 01:19:05 UTC (rev 7258)
@@ -205,6 +205,7 @@
 	AC_CHECK_LIB_EXT(k5crypto, KRB5_LIBS, krb5_encrypt_data)
 
 	AC_CHECK_LIB_EXT(kdc, KRB5_LIBS, krb5_kdc_default_config)
+	AC_CHECK_LIB_EXT(hdb, KRB5_LIBS, hdb_generate_key_set_password)
 
 	# Heimdal checks.
 	# But only if we didn't have a krb5-config to tell us this already



More information about the samba-cvs mailing list