krb5 commit: Improve LEASHAUTOINIT description
Benjamin Kaduk
kaduk at MIT.EDU
Wed Sep 12 16:01:27 EDT 2012
https://github.com/krb5/krb5/commit/d9af383d069b571457849dea77dbef01ccb55370
commit d9af383d069b571457849dea77dbef01ccb55370
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.
ticket: 7357 (new)
queue: kfw
target_version: 1.10.4
tags: pullup
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