websitepanel/WebsitePanel/Sources/WebsitePanel.WebPortal/DesktopModules/WebsitePanel/ProviderControls/Sps20_Settings.ascx
2011-07-13 16:07:32 -07:00

21 lines
No EOL
1 KiB
Text

<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="Sps20_Settings.ascx.cs" Inherits="WebsitePanel.Portal.ProviderControls.Sps20_Settings" %>
<%@ Register Src="Common_ActiveDirectoryIntegration.ascx" TagName="ActiveDirectoryIntegration" TagPrefix="uc1" %>
<table cellpadding="1" cellspacing="0" width="100%">
<tr>
<td class="SubHead" valign="top">
<asp:Label ID="lblADIntegration" runat="server" meta:resourcekey="lblADIntegration" Text="Active Directory Integration:"></asp:Label>
</td>
<td class="Normal" valign="top">
<uc1:ActiveDirectoryIntegration ID="ActiveDirectoryIntegration" runat="server" />
</td>
</tr>
<tr>
<td class="SubHead">
<asp:Label ID="lblExclusiveNTLM" runat="server" meta:resourcekey="lblExclusiveNTLM" Text="Use NTLM authentication only"></asp:Label>
</td>
<td class="Normal">
<asp:CheckBox ID="chkExclusiveNTLM" runat="server" meta:resourcekey="chkExclusiveNTLM" Text="Yes" Checked="true" />
</td>
</tr>
</table>