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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user