[2162] in Kerberos_V5_Development
Two stupid questions
daemon@ATHENA.MIT.EDU (Ken Hornstein)
Mon Jan 6 17:39:57 1997
To: krbdev@MIT.EDU
Date: Mon, 06 Jan 1997 17:39:50 -0500
From: Ken Hornstein <kenh@cmf.nrl.navy.mil>
Stupid question #1:
- Is it me, or is AP_OPTIONS_USE_SESSION_KEY not necessary when
doing U2U? krb5_rd_req will automagically assume U2U if something
is in auth_context->keyblock (maybe it shouldn't?).
Stupid question #2:
- Are sequence numbers supposed to work if you don't do mutual
authentication? I ask this because when I don't do mutual
authentication, I get "wrong sequence number" errors. I
see code that sets the default sequence number to the 1's
compliment of the _other_ sequence number, but I don't see
that happening on both sides.
--Ken