Integrate Assars multi-realm patch.

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@5542 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Björn Groenvall
1999-03-15 13:36:27 +00:00
parent 475b43a4f9
commit 298b64f1e8
6 changed files with 8 additions and 6 deletions

View File

@@ -282,7 +282,7 @@ common_auth(sia_collect_func_t *collect,
toname, toinst, realm, name));
return SIADFAIL;
}
ret = krb_verify_user(toname, toinst, realm,
ret = krb_verify_user_multiple(toname, toinst, realm,
entity->password, getuid() == 0, NULL);
if(ret){
SIA_DEBUG(("DEBUG", "krb_verify_user: %s", krb_get_err_text(ret)));