SharePoint 2010在两个域是one-way trust的时候, 被trust域中的用户在搜索的时候得不到任何搜索结果...

本文解决SharePoint2010在单向信任环境下,被信任域用户搜索不到任何结果的问题。详细解释了SharePoint2010与MOSS2007在查询处理上的差异,并提供了一段PowerShell命令来解决跨域认证失败的情况。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

问题描述

=============

SharePoint 2010在one-way trust的时候, 被trust域中的用户在搜索的时候得不到任何搜索结果

 

原因

=============

在SPS 2010中, security trimming是query processor中完成的.

在MOSS 2007中, query processor在WFE上, 而在SPS2010中, query processor被换到了query server上.

由于WFE仅会向query processor发送用户的sid, 没有用户的credential信息, 所以跨domain的时候, 认证会失败.

 

解决方案

=============

运行下面的powershell命令

$searchapp.SetProperty("ForceClaimACLs",1)

 

其中$searchapp就是我们需要修改的search service application了.

($searchapp = Get-SPEnterpriseSearchServiceApplication)

 

参考资料

=============

Unable to Perform a query on a One-Way trust Domains Scenario when an User from the trusted domain performs the query and the SSA Application Pool account is from the Trustee Domain

http://support.microsoft.com/kb/2344518

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值