r6113: Move GENSEC and the kerberos code out of libcli/auth, and into
[samba.git] / source / auth / gensec / gensec.m4
similarity index 87%
rename from source/libcli/auth/gensec.m4
rename to source/auth/gensec/gensec.m4
index 6ccf45ad7eaf7f169593da0fb547fd7d95172e4b..1af0a1d9c8971752d54c8cbef263aa86a082a5d8 100644 (file)
@@ -3,7 +3,7 @@ SMB_MODULE_DEFAULT(gensec_gssapi, NOT)
 SMB_MODULE_DEFAULT(gensec_gsskrb5, NOT)
 
 if test x"$SMB_EXT_LIB_ENABLE_KRB5" = x"YES"; then
-       # enable this when krb5 is fully working
+       # krb5 is now disabled at runtime, not build time
        SMB_MODULE_DEFAULT(gensec_krb5, STATIC)
        SMB_MODULE_DEFAULT(gensec_gssapi, STATIC)
        if test x"$samba_cv_GSS_C_DCE_STYLE" = x"yes"; then