all groups > sql server full text search > june 2007 >
You're in the

sql server full text search

group:

pdf ifilter sp_fulltext_service settings dilemma


pdf ifilter sp_fulltext_service settings dilemma Dlorbecki
6/5/2007 1:41:00 PM
sql server full text search:
I've read Mr. Cotter's article on full-text search and as with several other
folks, he mentions the use of the following commands to allow the adobe pdf
ifilter to be used.

exec sp_fulltext_service 'load_os_resources', 1;
exec sp_fulltext_service 'verify_signature', 0;

This works fine. However, a few articles I've read suggest that after you
have added the ifilter, you should restore these less secure values back to

exec sp_fulltext_service 'load_os_resources', 0;
exec sp_fulltext_service 'verify_signature', 1;

Because I want to keep my SQL Server secure, I have run these statements.
However after stopping and starting SQL Server or rebooting, the pdf ifilter
is no longer available to SQL Server full text search. Therefore, no new
pdf's are indexed. Is this the expected behavior? If so, What good is it to
restore the values if you can't index new documents. On the other hand, how
can you justify the security risk by not restoring the values to their more
Re: pdf ifilter sp_fulltext_service settings dilemma Hilary Cotter
6/6/2007 12:00:00 AM
Can you direct me to the articles which suggest you can re-enable the
verification of the signatures. My understanding is that these signatures
are verified each time SQL Server or MSFTESQL starts. This is the suggested
behavior.

The danger is that one of the iFilters you load could be a victim of a
buffer overflow or another exploit . While the risk of this happening if
real it is really quite unlikely.

--
Looking for a SQL Server replication book?
http://www.nwsu.com/0974973602.html

Looking for a FAQ on Indexing Services/SQL FTS
http://www.indexserverfaq.com
[quoted text, click to view]

Re: pdf ifilter sp_fulltext_service settings dilemma Dlorbecki
6/7/2007 12:37:01 PM
Here's one link:

http://activeobjects.blogspot.com/2006/01/sharepoint-services-sql-2005-and-pdf.html

Are you saying not to run the latter two commands? My experience is that
after you do, the pdf ifilter does not function for new documents. However,
then you have the dilemma of the security hole.

[quoted text, click to view]
AddThis Social Bookmark Button