change temp password to foo
authorLuke Howard <lukeh@padl.com>
Mon, 20 Sep 2010 17:41:53 +0000 (19:41 +0200)
committerLuke Howard <lukeh@padl.com>
Mon, 20 Sep 2010 17:41:53 +0000 (19:41 +0200)
mech_eap/accept_sec_context.c

index 6353eea..dcb8ce9 100644 (file)
@@ -213,8 +213,8 @@ serverGetEapUser(void *ctx,
      */
     user->methods[0].vendor = EAP_VENDOR_IETF;
     user->methods[0].method = EAP_TYPE_MSCHAPV2;
-    user->password = (unsigned char *)strdup(" ");
-    user->password_len = 1;
+    user->password = (unsigned char *)strdup("foo");
+    user->password_len = 3;
 
     gssCtx->initiatorName->attrCtx = gssEapCreateAttrContext(NULL, gssCtx);
     if (gssCtx->initiatorName->attrCtx != NULL)