cancel
Showing results for 
Search instead for 
Did you mean: 

Creating IView of webdav repository

Former Member
0 Kudos

Hi all,

I have integrated folders residing on windows using webdav repository into portal. For that i have used windows 2003 server and IIS. I am using single sign on on this repository. This repository is visible in KM, but i dont want to make all the repositories visible to all users. I tried making an iview (KM doc iview and also tried KM nav iview)and assigned this iview to users but it says authorization required even though these users are existing in both the system.

Next i tried to see the details properties of this repository but it does not allow to check that.

It gives error like

Authorization Required

The repository you are attempting to access requires specific permissions that you did not provide. Make sure you provide appropriate access information for this repository.

NOTE This repository is visible in KM but doesnt allow to see details.

Plz help

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

hi,

The repository you are attempting to access requires specific permissions that you did not provide. Make sure you provide appropriate access information for this repository.

Please go to the link to check out the specific permissions.

The HTTP classes used by the WebDAV repository support basic, digest, and NTLM authentication. The connection can be plain or using SSL/TLS. SSL/TLS using HTTP proxies is supported.

Requests against the remote server are started anonymously. The remote server has to request authentication, to identify the user. As stated above, the WebDAV repository can be configured to use a certain user for all requests (irrespective of the "local" user).

pliz check out the link..this will help u.

http://help.sap.com/saphelp_nw2004s/helpdata/en/e3/923230b24e11d5993800508b6b8b11/frameset.htm

Regards

mujjammil

Former Member
0 Kudos

Hi Eik Sunke,

I have implemented SSOO2KerbMapModule

for single sign on using logon ticket.Coudl you plz tell me which all are the service users that i need to create in my Active Directory and the required permissions to be set?

I want to map personal folders of each user on windows.

What could be the best solution for that?

Former Member
0 Kudos

Hi Neil,

yes, using the SSOO2KerbMapModule is the way to map user folders.

In order to work with the folders the following service-users should have read rights:

index_service --> for search

cmadmin_service --> for the km services

notificator_service --> notification

for more information have a look at the SSOO2KerbMapModule

documentation:

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/e1f93f5c-0301-0010-5c83-968...

Regards, Eik

Former Member
0 Kudos

Hi Neil,

one thing you should do is to check the sso-log on the windows (WebDAV) server. You can configure the Kerb-module to log everything. This log will show you all problems dealing with the sso solution. (Maybe the portal tries to connect with a service-user that have no rights) If everything is ok at that point the portal log files are the next thing to read.

Hope that helps you...

Eik