Computer Webmaster Gaming Console Graphics Forum

Welcome to the Computer Webmaster Gaming Console Graphics Forum forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact contact us.

MK PitStop Main Earn $25 Earn Money Posting Extras Members Blogs Image Hosting User Pages
Go Back   Computer Webmaster Gaming Console Graphics Forum > Webmaster Forum > Search Engines and Directories > MSN questions
Register FAQ/Rules Become A V.I.P. Member Search Today's Posts Mark Forums Read

MSN questions MSN search engine can be easy to get top rankings, but when you start to use the other search engines you might find your rankings will drop, why not ask your questions here.

Google
Closed Thread
 
LinkBack Thread Tools Display Modes
Old 05-28-2007, 1:45 AM   #1
Zian
 
Zian's Avatar
 
Posts: n/a
My Photos: (0)

Banked:
MK Cash: $

I am Worth:
MK Cash: $
Donate

Recent Blog: None

Default Windows Desktop Search and Encrypted Files

How can I get Windows Desktop Search to index my encrypted folders?

Right now, WDS doesn't return any results from my encrypted files. The files
are encrypted using Windows XP's EFS.
 
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit!
Advertisements
Old 05-28-2007, 1:45 AM   #2
Lucvdv
 
Lucvdv's Avatar
 
Posts: n/a
My Photos: (0)

Banked:
MK Cash: $

I am Worth:
MK Cash: $
Donate

Recent Blog: None

Default Windows Desktop Search and Encrypted Files

On Mon, 14 May 2007 10:54:01 -0700, Zian <Zian@discussions.microsoft.com>
wrote:

> How can I get Windows Desktop Search to index my encrypted folders?
>
> Right now, WDS doesn't return any results from my encrypted files. The files
> are encrypted using Windows XP's EFS.


The indexer is a service and runs under the local system account, which
means that it can't unencrypt those files. It doesn't have the key.

That's the point of using encryption. Indexing them would mean that parts
of those files end up in the (unencrypted) index, which would mean a
security risk.


There may be a workaround, if you don't mind a little less security. I
haven't tried if it works, but if the service is running under your user
account instead of local system, it should be able to index those files.

The account that the service runs under can be changed through the services
control panel.
You can specify only one account, so there's still the limitation that it
can only get to encrypted files belonging to one user account.
 
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit!
Old 05-28-2007, 1:45 AM   #3
Zian
 
Zian's Avatar
 
Posts: n/a
My Photos: (0)

Banked:
MK Cash: $

I am Worth:
MK Cash: $
Donate

Recent Blog: None

Default Windows Desktop Search and Encrypted Files

That's an interesting point. I'd always thought the service inherited the
security token from the notification area app.

I see what you mean though.

If I give it my credentials, then the database becomes a vulnerability
unless I lock it down. But if I lock it down, then other users won't be able
to use Windows Desktop Search.

Microsoft made the right choice for 99.999% of the users but for me, since
the other account is just an emergency account, I don't mind not having WDS
on it.
-Zian

I hope that the access denied errors that WDS will get in the other account
won't confuse WDS though. Here's hoping to good QA at Microsoft.

"Lucvdv" wrote:

> On Mon, 14 May 2007 10:54:01 -0700, Zian <Zian@discussions.microsoft.com>
> wrote:
>
> > How can I get Windows Desktop Search to index my encrypted folders?
> >
> > Right now, WDS doesn't return any results from my encrypted files. The files
> > are encrypted using Windows XP's EFS.

>
> The indexer is a service and runs under the local system account, which
> means that it can't unencrypt those files. It doesn't have the key.
>
> That's the point of using encryption. Indexing them would mean that parts
> of those files end up in the (unencrypted) index, which would mean a
> security risk.
>
>
> There may be a workaround, if you don't mind a little less security. I
> haven't tried if it works, but if the service is running under your user
> account instead of local system, it should be able to index those files.
>
> The account that the service runs under can be changed through the services
> control panel.
> You can specify only one account, so there's still the limitation that it
> can only get to encrypted files belonging to one user account.
>

 
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit!
Old 05-28-2007, 1:45 AM   #4
Lucvdv
 
Lucvdv's Avatar
 
Posts: n/a
My Photos: (0)

Banked:
MK Cash: $

I am Worth:
MK Cash: $
Donate

Recent Blog: None

Default Windows Desktop Search and Encrypted Files

On Mon, 14 May 2007 23:40:01 -0700, Zian <Zian@discussions.microsoft.com>
wrote:

> That's an interesting point. I'd always thought the service inherited the
> security token from the notification area app.


I'm not saying that's exactly how it is, I was just giving it my best
guess. Sorry if I made the impression that I'm an expert on the field


But if it worked differently (i.e. using the credentials of the logged on
user), that would practically mean the indexer has to stop indexing when
you log off - right when it's the best time to do some work because the
system is almost guaranteed to be idle, just sitting there waiting for a
new logon.

Running under the local system account, the indexer hass full access to all
local files except for encrypted ones, so it can keep indexing all the
time.

And as I said, indexing encrypted files poses a security risk.


There is something else however, that points towards using the user's
credentials as well: you can add UNC paths to network resources, but the
local system account can't access those (it can if you're in a domain and
the computer account has access, but never in a workgroup configuration).
 
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit!
Old 05-28-2007, 1:45 AM   #5
Zian
 
Zian's Avatar
 
Posts: n/a
My Photos: (0)

Banked:
MK Cash: $

I am Worth:
MK Cash: $
Donate

Recent Blog: None

Default Windows Desktop Search and Encrypted Files

Well, you was right.
-Zian

"Lucvdv" wrote:

> On Mon, 14 May 2007 23:40:01 -0700, Zian <Zian@discussions.microsoft.com>
> wrote:
>
> > That's an interesting point. I'd always thought the service inherited the
> > security token from the notification area app.

>
> I'm not saying that's exactly how it is, I was just giving it my best
> guess. Sorry if I made the impression that I'm an expert on the field
>
>
> But if it worked differently (i.e. using the credentials of the logged on
> user), that would practically mean the indexer has to stop indexing when
> you log off - right when it's the best time to do some work because the
> system is almost guaranteed to be idle, just sitting there waiting for a
> new logon.
>
> Running under the local system account, the indexer hass full access to all
> local files except for encrypted ones, so it can keep indexing all the
> time.
>
> And as I said, indexing encrypted files poses a security risk.
>
>
> There is something else however, that points towards using the user's
> credentials as well: you can add UNC paths to network resources, but the
> local system account can't access those (it can if you're in a domain and
> the computer account has access, but never in a workgroup configuration).
>

 
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit!
Featured Websites
Free Space
Free Space
Free Space Free Space
Closed Thread
Tags: , , , ,




Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Reseting Defaults Windows in Desktop Search Shawnews MSN questions 2 07-03-2007 8:19 PM
How to Apply Directory Filter to Windows Desktop Search Herbert Chan MSN questions 2 05-28-2007 1:45 AM
Windows Desktop Search 3.01 install fails Ben MSN questions 0 05-28-2007 1:45 AM
Windows desktop search and Outlook journal folders karsten.weinert@biolistic.de MSN questions 2 05-28-2007 1:45 AM
How to search for inflected word forms with Windows Desktop Search Daiga MSN questions 0 05-28-2007 1:43 AM


Featured Websites




All times are GMT +1. The time now is 8:52 PM.


Powered by: vBulletin Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO 3.0.0
Cheap Computers
MK PitStop Copyright 2005 - 2008

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98