diff -ruNp mod_waklog-1.0.1.orig/mod_waklog.c mod_waklog-1.0.1/mod_waklog.c
--- mod_waklog-1.0.1.orig/mod_waklog.c	2012-04-04 16:48:31.000000000 +0100
+++ mod_waklog-1.0.1/mod_waklog.c	2012-04-04 16:51:47.000000000 +0100
@@ -276,6 +276,12 @@ set_auth ( server_rec *s, request_rec *r
     }
   }
 
+  if ((kerror = krb5_allow_weak_crypto(child.kcontext,1))) {
+      log_error(APLOG_MARK, APLOG_ERR, 0, s, "mod_waklog: can't enable weak crypto err=%d", 
+		kerror);
+      return(-1);
+  }
+
   if ( !child.ccache) {
     if ((kerror = krb5_cc_resolve(child.kcontext, "MEMORY:tmpcache", &child.ccache))) {
       log_error(APLOG_MARK, APLOG_ERR, 0, s, "mod_waklog: can't initialize credentials cache %s err=%d",
