如何在 SharePoint 2010 中安装基于表单的身份验证
我希望用户能够在非 Windows 用户的情况下登录。这意味着,要么使用基于表单的身份验证,要么使用我现在知道的更好的选项。
有人可以告诉我如何在 Share Point 2010 中安装 FBA,或者推荐我一篇关于它的好文章吗?
我读过几篇关于此的文章,但几乎所有文章都告诉我要修改几个 web.config 文件,而且我真的不喜欢在不确定自己在做什么的情况下触摸事物的想法。
注意:我没有使用 Active Directory...以防万一。
编辑:
我已经关注本教程,但我仍然无法使用 FBA 登录。另外,我注意到 SQL-Auth 数据库上没有任何用户(该教程中对此进行了解释)。这是正常的还是自动的?
谢谢, 布莱恩
I would like users to have the ability of signing in without being Windows users. This means, either using Form Based Authentication or a better option, which I'm now aware right now.
Could anybody tell me how to install FBA in Share Point 2010, or recommend me a good article about it?
I've read several articles about this, but almost all of them tell me to modify several web.config files, and I really don't like the idea of touching things without being sure of what I'm doing.
Note: I'm not using Active Directory...just in case.
EDIT:
I've followed this tutorial, but I still cannot sign in using FBA. Also, I've noticed I don't have any users on SQL-Auth database (it's explained in that tutorial). Is that normal, or automatic?
Thanks,
Brian
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
这有很多屏幕截图和分步解释,可能也会有帮助。
http://kbochevski.blogspot.com /2011/01/setup-fba-for-sharepoint-2010-using-vs.html
This one has lots of screenshots and step-by-step explanations and might be helpful too.
http://kbochevski.blogspot.com/2011/01/setup-fba-for-sharepoint-2010-using-vs.html
我阅读了很多有关 FBA 配置的文章,并遵循了他们提供的说明。但直到我发现 使用 IIS7 为 SharePoint 2010 配置基于表单的身份验证 我终于成功地使 FBA 工作了 - 我强烈推荐这篇文章。
用户不会自动创建 - 您可以创建它们:
Membership.CreateUser
),I read quite a few articles about FBA configuration and followed instruction provided by them. But it wasn't until I found Configuring Forms Based Authentication for SharePoint 2010 using IIS7 I finally managed to make FBA work - I highly recommend this article.
The users are not created automatically - you can create them:
Membership.CreateUser
),