aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Kaduk <kaduk@mit.edu>2012-09-12 14:17:59 -0400
committerTom Yu <tlyu@mit.edu>2012-09-12 16:09:33 -0400
commit6728b9d726e65b0786fca81b16ef3ebbdf77077f (patch)
treec047223237d27147e8734416e764e22b0b21648d
parent1d0c691e59f89df68413a6a41b951cfda88005e8 (diff)
downloadkrb5-6728b9d726e65b0786fca81b16ef3ebbdf77077f.zip
krb5-6728b9d726e65b0786fca81b16ef3ebbdf77077f.tar.gz
krb5-6728b9d726e65b0786fca81b16ef3ebbdf77077f.tar.bz2
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
-rw-r--r--src/windows/installer/wix/lang/ui_1033.wxi2
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]">