ntlm-key credential entry is prefix with @

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@20518 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2007-04-22 10:43:16 +00:00
parent fd1ec14122
commit 09c2d40688

View File

@@ -125,7 +125,7 @@ get_user_ccache(const char *domain, char **username, struct ntlm_buf *key)
ret = krb5_make_principal(context, &mcreds.server,
krb5_principal_get_realm(context, client),
"ntlm-key", domain, NULL);
"@ntlm-key", domain, NULL);
krb5_free_principal(context, client);
if (ret)
goto out;