(kerberos4_is): send a reject back to the client when we're not

authorized


git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@7876 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
2000-02-07 03:14:19 +00:00
parent 27b9663610
commit a3e502e75b

View File

@@ -357,6 +357,8 @@ kerberos4_is(Authenticator *ap, unsigned char *data, int cnt)
Data(ap, KRB_REJECT, (void *)msg, -1);
free(msg);
}
auth_finished(ap, AUTH_REJECT);
break;
}
auth_finished(ap, AUTH_USER);
break;