]> git.ipfire.org Git - thirdparty/krb5.git/commitdiff
Improve LEASHAUTOINIT description
authorBen Kaduk <kaduk@mit.edu>
Wed, 12 Sep 2012 18:17:59 +0000 (14:17 -0400)
committerTom Yu <tlyu@mit.edu>
Wed, 12 Sep 2012 20:09:33 +0000 (16:09 -0400)
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

index cdebec77b64d27c25bc29cdf0b1b86e4c655a4b0..381f6d629b31a19cd2321cec30b89608afa6366f 100644 (file)
         </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]">