在 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.aspx
User authentication methods in SharePoint 2013 Prev
sharepoint foundation 2013 with ADLDS as Forms auth repository ERROR
修改web.config如下
<PeoplePickerWildcards> <clear /> <add key="AspNetSqlMembershipProvider" value="%" /> <add key="membership" value="*" /> <add key="roleManager" value="*" /> </PeoplePickerWildcards>
Access the FBA site through clientContext
http://username:password@somesite.com/someresource
http://sv1/_windows/default.aspx?ReturnUrl=%2f_layouts%2f15%2fAuthenticate.aspx%3fSource%3d%252F&Source=%2F
http://administrator@sk:Abcdefg@sv1/_windows/default.aspx?ReturnUrl=%2f_layouts%2f15%2fAuthenticate.aspx%3fSource%3d
%252F&Source=%2F
https://administrator@sk:Abcdefg@abi2021.dspeking.net.cn:888/_windows/default.aspx?ReturnUrl=%2f_layouts
%2f15%2fAuthenticate.aspx%3fSource%3d%252F&Source=%2F
http://administrator@sk:Abcdefg@sv1/SitePages/%E4%B8%BB%E9%A1%B5.aspx
http://administrator@sk:Abcdefg@sv1/_windows/a.txt
To fix the issue can't support by ie
http://support.microsoft.com/kb/834489
来源:https://www.cnblogs.com/zyip/archive/2013/03/30/2990110.html