Invoking DFS service using Kerberos authentication from SharePoint .net
Hello, I am developing service that is connecting to Documentum 6.6 and getting documents etc. Right now I am trying to connect to services using Kerberos authentication but I have problem with getting kerberos ticket. My code looks like this: IServiceContext serviceContext; ISearchService searchService; ContextFactory…