Hi,
I am trying to achieve windows permissions using the W2KSecurityManager as security manager and using user mapping to configure the file system repository.
I have gone through the following link as mentioned in the Integrating" target="_blank">http://help.sap.com/saphelp%5Fnw04/helpdata/en/ed/b334ea02a2704388d1d2fc3e4298ad/content.htm">Integrating Documents from a Windows System into KM.
<b>Portal environment
-
</b>
EP 6.0 SP16
Windows XP
Oracle 9i
UME datasource - Read only ADS + DB
File Share - Windows File System (Windows XP)
<b>Steps followed</b>
<b>----
</b>
1. <b>Remote share</b> - //myremote_server/MS_WIN_SHARE - UserA has FULL access and UserB has READ access (Both are domain users)
2. <b>Windows System</b> - Created windows system in system landscape & updated system alias and permissions to users.
3. <b>Configured the Servlet Engine User</b> - The portal service is using global(domain) user - "UserA" with admin privilege in the portal server.
4. <b>Network path</b> - Defined the network path "//myremote_server/MS_WIN_SHARE" with the UserA details (don't know how it is working, even without configuring it is working the same way)
5. <b>Configured File system repository manager</b>
File System Repository Configuration
-
Prefix - /MS_WINDOWS_FSR
Root Dir - //myremote_server/MS_WIN_SHARE
Security Manager - W2KSecurityManager
ACL Manager Cache - Not set or ca_rsrc_acl
Windows Landscape System - MS_WINDOWS_SYS
Read Only = deactivated
Send Events = activated
Repository Services = properties, rating
6. <b>User mapping</b> - Provided the user mapping (tried given it from both admin side and user side) as domain\UserB
When I tried accessing the portal with the details provided i am getting the following error.
<b>Access Denied</b>
The item you are attempting to access requires permissions you do not have. Contact the item's owner or a system administrator to acquire the permissions in question.
But when I gave content admin role to UserB, I am getting the contents in the portal and also, I am able to Create or Delete (Full Access) in the file share 😔
Am I missing something?
Thanks & Regards,
Santhosh.C