06-09-05 12:49 PM
On Thu, 9 Jun 2005 10:34:07 +0200, "Ton Plooy" <tonp@crunchtech.com>
wrote:
>
>"Vasantha peddireddy" <Vasanthapeddireddy@discussions.microsoft.com> wrote
>in message news:D1208926-B7C2-436D-B550-41F42005EBD2@microsoft.com...
>log
>
>By default, the indexing service (cidaemon) runs under the System account.
>The remote share that you're trying to index is not accessible to the Syste
m
>account hence the login error 1326 (ERROR_LOGON_FAILURE). You have two
>options: 1) make the remote index accessible to the System account, or 2)
>when adding the remote directory in the Indexing Service MMC, you can
>specify a username and password. Set it to a usename that has reading right
s
>for the remote share.
>Note that once the remote documents are indexed, access rights to the
>document contents in the index catalog is not restricted to the original
>access rights anymore.
But keep in mind that any access rules to the documents themselves do
still apply. If the account trying to access the document doesn't
have permissions, then they aren't accessible. This gets important
when using anonymous access, since the anonymous user in IIS is a
local account and also doesn't normally have permissions to the remote
server's resources.
Jeff
[ Post a follow-up to this message ]
|