(do_authenticate): return the kvno of the server and not the client.
Thanks to Brandon S. Allbery KF8NH <allbery@@kf8nh.apk.net> and Chaskiel M Grundman <cg2v@andrew.cmu.edu> for debugging. git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@7929 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 1997, 1998, 1999 Kungliga Tekniska H<>gskolan
|
||||
* Copyright (c) 1997 - 2000 Kungliga Tekniska H<>gskolan
|
||||
* (Royal Institute of Technology, Stockholm, Sweden).
|
||||
* All rights reserved.
|
||||
*
|
||||
@@ -468,7 +468,7 @@ do_authenticate (struct rx_header *hdr,
|
||||
|
||||
create_reply_ticket (hdr, skey,
|
||||
name, instance, v4_realm,
|
||||
addr, life, client_entry->kvno,
|
||||
addr, life, server_entry->kvno,
|
||||
max_seq_len,
|
||||
"krbtgt", v4_realm,
|
||||
chal + 1, "tgsT",
|
||||
|
Reference in New Issue
Block a user