svn commit: samba r4470 - in branches/SAMBA_4_0/source/libcli/auth: .

abartlet at samba.org abartlet at samba.org
Sun Jan 2 03:10:28 GMT 2005


Author: abartlet
Date: 2005-01-02 03:10:28 +0000 (Sun, 02 Jan 2005)
New Revision: 4470

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

Log:
Try not to have GSSAPI built unless we detected krb5.  We should split
these tests out a bit, but for now it's an indicator we can use.

Andrew Bartlett

Modified:
   branches/SAMBA_4_0/source/libcli/auth/gensec.m4


Changeset:
Modified: branches/SAMBA_4_0/source/libcli/auth/gensec.m4
===================================================================
--- branches/SAMBA_4_0/source/libcli/auth/gensec.m4	2005-01-02 00:00:43 UTC (rev 4469)
+++ branches/SAMBA_4_0/source/libcli/auth/gensec.m4	2005-01-02 03:10:28 UTC (rev 4470)
@@ -1,6 +1,8 @@
 SMB_MODULE_DEFAULT(gensec_krb5, NOT)
+SMB_MODULE_DEFAULT(gensec_gssapi, NOT)
 
 if test x"$SMB_EXT_LIB_ENABLE_KRB5" = x"YES"; then
 	/* enable this when krb5 is fully working */
 	SMB_MODULE_DEFAULT(gensec_krb5, STATIC)
+	SMB_MODULE_DEFAULT(gensec_gssapi, STATIC)
 fi



More information about the samba-cvs mailing list