Don't send auth data in referrals, microsoft clients have started to

not like that. Thanks to Andy Polyakov for excellent research.


git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@22066 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2007-11-14 19:49:24 +00:00
parent d786e5f4f7
commit 86e58a1b60

View File

@@ -1376,6 +1376,7 @@ server_lookup:
ret = krb5_unparse_name(context, sp, &spn);
if (ret)
goto out;
auth_data = NULL; /* ms don't handle AD in referals */
goto server_lookup;
}
}
@@ -1393,6 +1394,7 @@ server_lookup:
if (ret)
goto out;
krb5_free_host_realm(context, realms);
auth_data = NULL; /* ms don't handle AD in referals */
goto server_lookup;
}
krb5_free_host_realm(context, realms);