krb5 commit [krb5-1.10]: Improve LEASHAUTOINIT description
Tom Yu
tlyu at MIT.EDU
Wed Sep 12 16:11:43 EDT 2012
https://github.com/krb5/krb5/commit/6728b9d726e65b0786fca81b16ef3ebbdf77077f
commit 6728b9d726e65b0786fca81b16ef3ebbdf77077f
Author: Ben Kaduk <kaduk at mit.edu>
Date: Wed Sep 12 14:17:59 2012 -0400
Improve LEASHAUTOINIT description
This installer option determines whether the -autoinit argument
is passed to the MIT Kerberos executable.
On startup, if this argument is passed, and if there are no tickets
in the default cache, and if no useful tickets can be imported from
the LSA cache, MIT Kerberos will open the get ticket dialog and prompt
for a password; this option does not appear to have any other effect.
(cherry picked from commit d9af383d069b571457849dea77dbef01ccb55370)
ticket: 7357
status: resolved
src/windows/installer/wix/lang/ui_1033.wxi | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/windows/installer/wix/lang/ui_1033.wxi b/src/windows/installer/wix/lang/ui_1033.wxi
index cdebec7..381f6d6 100644
--- a/src/windows/installer/wix/lang/ui_1033.wxi
+++ b/src/windows/installer/wix/lang/ui_1033.wxi
@@ -731,7 +731,7 @@
</Control>
<Control Id="koAutoInitText" Type="CheckBox" X="25" Y="130" Width="280" Height="30" CheckBoxValue="-autoinit" Property="LEASHAUTOINIT" >
- <Text>Ensure that the Kerberos tickets are available throughout the Windows login session</Text>
+ <Text>Get tickets (if there are no existing tickets) when MIT Kerberos is started</Text>
</Control>
<Control Id="Back" Type="PushButton" X="180" Y="243" Width="56" Height="17" Text="[ButtonText_Back]">
More information about the cvs-krb5
mailing list