I am currently working on some modifications on the Search Results
page in MOSS 2007. Actually, in SPS 2003 - Searching, the user is
presented with the links (search results) that he/she might not have a
permission to follow. But, in MOSS 2007 - Searching, user sees only
the documents (search results) that the user has permission to access
(Security trimming concept). I want to implement the feature in SPS
2003 into MOSS 2007.
Is this possible to bring that feature into my portal, i.e., I want to
present the user with the links (search results) even though he/she
might not have permission to access? Also, the user is only presented
with the links and shouldn't have the access to open that? Can this be
possible in MOSS 2007?
I have tried to implement this by writing a small piece of code for
custom security trimming referring the link -
http://msdn2.microsoft.com/en-us/library/bb608305.aspx#MOSS2007InsideSearchP2_CustomSecurityTrimming
I have registered the component in Sharepoint using stsadm. But still
nothing gets reflected on the Search page even after IISReset and full
crawling the content source. Did anyone knows what might be the
problem?
Can anyone from this group please provide me with your inputs for the
above scenario?
Thanks in Advance,
Thanks,
Karikol Rajan. V.
make impersonation = "flase" , instead of "true"
Impersonation allows the SharePoint application to impersonate other users and this allows a user to perform a search and SharePoint checks that users permissions to see which files they are allowed to see. It then returns only those items in the search result. By turning impersonation off , System Account is used instead, which had access to all items in the site
karikol.raja wrote:
Reg. Custom Security Trimming for Search in MOSS 2007!
26-Sep-07
Hi,
http://msdn2.microsoft.com/en-us/library/bb608305.aspx#MOSS2007InsideSearchP2_CustomSecurityTrimming
Thanks in Advance,
Thanks,
Karikol Rajan. V.
Previous Posts In This Thread:
On Wednesday, September 26, 2007 8:05 AM
karikol.raja wrote:
Reg. Custom Security Trimming for Search in MOSS 2007!
Hi,
http://msdn2.microsoft.com/en-us/library/bb608305.aspx#MOSS2007InsideSearchP2_CustomSecurityTrimming
Thanks in Advance,
Thanks,
Karikol Rajan. V.
EggHeadCafe - Software Developer Portal of Choice
ASP.NET DropDown ListBox and XML Databinding
http://www.eggheadcafe.com/tutorials/aspnet/4cb37ab6-37e6-4791-b396-3b3ad9b126c9/aspnet-dropdown-listbox.aspx