I appreciate your clarification. I understand the item level permission
but have not seen version level permission before. Can you confirm if
the following is true?
A doc has 2 main versions:
1. Version 1: with unique keyword xxx and user 1 does not have any
access, user 2 and 3 have read access
2. Version 2: with unique keyword yyy and user 2 does not have
access but user 1 and 3 have read access
If user 1 searches for keyword xxx, the doc is NOT returned.
If user 2 searches for keyword xxx, version 1 is returned.
If user 3 searches for keyword xxx, version 1 is returned
If user 1 searches for keyword yyy, version 2 is returned.
If user 2 searches for keyword yyy, the doc is NOT returned.
If user 3 searches for keyword yyy, version 2 is returned.
Does the first 3 cases depend on if we configure MOSS 2007 to also index
the prior versions using the app pool service account (and there is
version-specific permission)? If not (or out of the box), only the next
3 cases would happen.