摘要:
在 SharePoint 2013 中为基于声明的 Web 应用程序配置基于表单的身份验证(ldap)Configure forms-based authentication for a claims-based web application in SharePoint 2013(ldap)http://technet.microsoft.com/en-us/library/ee806890.aspxhttp://technet.microsoft.com/zh-cn/library/ee806890.aspxSharePoint 2013 FBA Pack (http://sharepoi 阅读全文
摘要:
1.Enable Forms Based Authentication (FBA)2.modify the default login page,whichresides inC:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\15\TEMPLATE\IDENTITYMODEL\LOGIN \default.aspxmodified code looks like:<asp:Content ContentPlaceHolderId="PlaceHolderPageTitle" run 阅读全文
摘要:
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.DirectoryServices;namespace ConsoleApplication1{ public class Helper { public static string path = "LDAP://192.168.8.1"; //the IP address point to your domain server public static st... 阅读全文
摘要:
You have to add a newMulti-Stringregistry key named “BackConnectionHostNames”in SharePoint server atHKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa\MSV1_0and set the host names with values (for example “partner.solutions2share.intern).http://blog.solutions2share.net/2013/01/cant-login-to-sha 阅读全文
摘要:
Option 1:Open Control PanelOpen Performance and Maintenence,Scheduled Tasks.Add Scheduled TaskFind or Browse to the application you need to run.Select: Perform this task (o When My Computer Starts)Add the Admin Credentials.Option 2: (Wont work on XP Home)Run:GPEDIT.MSCExpand Computer Configuration_W 阅读全文
摘要:
升级到 SQL Server 2012http://msdn.microsoft.com/zh-cn/library/bb677622.aspxSQL Server Backward Compatibilityhttp://technet.microsoft.com/en-us/library/cc707787.aspxhttp://www.microsoft.com/en-us/sqlserver/default.aspxhttp://www.microsoft.com/zh-cn/SQLServer/default.aspx 阅读全文