在 SharePoint 中使用表单身份验证 (FBA) 减少功能
我有一个启用了 FBA 和 AD 身份验证的 moss 文档中心网站。 创建图片库后,通过 FBA URL 访问该网站时,我似乎减少了功能。
我比较了每个 IIS 网站的 web.config 文件,它们是相同的(除了所需的添加的 FBA 信息之外)。
这是两张图片来说明我的意思。
此图显示了通过 AD 身份验证访问网站时图片库中可用的选项:
替代文本 http://www.abbeylegal.com/Downloads/2006-07-26/Ad%20Authentication.jpg
此图片显示可用的精简选项通过FBA认证访问网站时图片库中:
替代文本 http://www.abbeylegal.com/Downloads/2006-07-26/FBA%20Authentication.jpg
还有其他人看到过这种行为吗? 我觉得真的很奇怪。
I’ve got a moss document centre website with FBA and AD authentication enabled. After creating a picture library I seem to have reduced functionality when accessing the site through the FBA URL.
I’ve compared the web.config files from each IIS website and they are the same (apart from added FBA information that's required).
Here's two pictures to illustrate what I mean.
This picture shows the options available in the picture library when accessing the website through AD authentication:
alt text http://www.abbeylegal.com/Downloads/2006-07-26/Ad%20Authentication.jpg
This picture shows the reduced options available in the picture library when accessing the website through FBA authentication:
alt text http://www.abbeylegal.com/Downloads/2006-07-26/FBA%20Authentication.jpg
Anyone else seen this behaviour? I find it really strange.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
此功能是设计使然。 根据 Microsoft:
当您将区域配置为使用表单身份验证时,默认情况下会清除“启用客户端集成”框。 如果以这种方式配置区域,功能上会发生以下变化:
This functionality is by design. As per Microsoft:
When you configure a zone to use forms authentication, the Enable Client Integration box is cleared by default. If a zone is configured in this way, the following changes occur in functionality:
表单身份验证将减少一些功能,例如文档库中的功能。 我们将看不到新文档,无法在电子表格中编辑它,也无法使用 Windows 资源管理器等打开它。
为此,我们需要在身份验证中启用名为客户端集成的功能
提供者。 启用后,我们将获得所有菜单项。
Form Authentication will reduce some functionality such as in document library. We won't see the new document, be able to edit it in the spreadsheet, be able to open it with Windows Explorer etc.
For that, we need to enable the feature called Client Integration in Authentication
Provider. After enabling that, we'll get all menu items.