Skip to content

Commit

Permalink
Improve LEASHAUTOINIT description
Browse files Browse the repository at this point in the history
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
  • Loading branch information
kaduk committed Sep 12, 2012
1 parent 59633be commit d9af383
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/windows/installer/wix/lang/ui_1033.wxi
Original file line number Diff line number Diff line change
Expand Up @@ -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]">
Expand Down

0 comments on commit d9af383

Please sign in to comment.