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