client referreals

Love Hörnquist Åstrand lha at kth.se
Sat Feb 17 08:14:05 GMT 2007


Hello Stefan, Andrew,

I just commited code in the heimdal cvs to support client canonicaltion.

To make the client side (kinit) work with a windows DC you need the  
patch below.

Love


-------------- next part --------------
--- init_creds_pw.c	17 Feb 2007 11:08:04 +1100	1.107
+++ init_creds_pw.c	17 Feb 2007 19:07:35 +1100	
@@ -1380,7 +1380,7 @@
     /*
      * Verify referral data
      */
-    if (ctx->flags.canonicalize /* && not pre referrals draft */) {
+    if (ctx->flags.canonicalize && 0) {
 	PA_ClientCanonicalized canon;
 	krb5_crypto crypto;
 	krb5_data data;
-------------- next part --------------



More information about the samba-technical mailing list