Hi guys,
I have developed a job, which is running with super user permissions, to search documents. This job uses the DFS. So I can find each document, but I need to check if one special user (I know the login name) can read this document. If this user can read this document this user get this document, otherwise he doesn't get it.
Does someone know a solution to realize this scenario? I don’t want to search this user in each ACL, which are assigned to this document….
Thanks.