projects
/
krb5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
800d5ed
)
since that's what I meant the first time :-)
author
Barry Jaspan
<bjaspan@mit.edu>
Mon, 2 Jul 1990 20:06:25 +0000
(20:06 +0000)
committer
Barry Jaspan
<bjaspan@mit.edu>
Mon, 2 Jul 1990 20:06:25 +0000
(20:06 +0000)
bjaspan: changed -u option to set ENC_TKT_IN_SKEY instead of DUPLICATE_SKEY
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1015
dc483132
-0cff-0310-8789-
dd5450dbe970
src/clients/kinit/kinit.c
patch
|
blob
|
history
diff --git
a/src/clients/kinit/kinit.c
b/src/clients/kinit/kinit.c
index ed451fb3c15974e649b07bee9451f1e03f7a8058..1414f7387baa46aa0ebe37a9b9bd60e5233228d4 100644
(file)
--- a/
src/clients/kinit/kinit.c
+++ b/
src/clients/kinit/kinit.c
@@
-75,7
+75,7
@@
main(argc, argv)
options |= KDC_OPT_RENEWABLE;
break;
case 'u':
- options |= KDC_OPT_
DUPLICATE
_SKEY;
+ options |= KDC_OPT_
ENC_TKT_IN
_SKEY;
break;
case 'p':
options |= KDC_OPT_PROXIABLE;