Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Content Management (Extended ECM)
API, SDK, REST and Web Services
Configuration problems with Directory Services
Carson Choi
Dear all,I want to configure the Directory Servies, so that i can have a single sign-on feature. But now i got 2 main problem:1. i was setup the second web application, so tha allow the internal and external user to access. But my second application point me the following error during i login (refer the error picture 2)2. can anyone tell me how to configure the AD server, so that the Directory Servies Authentication work.THX
Find more posts tagged with
Comments
Appu_Nair
IIS 7 and IIs6 & 5 behave differently.From thescreenshot it is difficult to figure out if webserver is IIS or not.For IIs6 this is theway most people useUsing mappings.tbl file create the support directory as a Virtual directory not as a applicationThe livelink cgi as an application.Check login of livelink and make sure it is working.This cgi needs execute and script permissions.In livelink then change it to use AD a simple radio button click .In IIS change web server authentication to IWA.I wrote this document and has some screen shots for help.See if that helps you somehat
https://knowledge.opentext.com/knowledge/llisapi.dll/Configuration_of_IIS_web_server.doc?func=doc.Fetch&nodeid=16130891&docTitle=Configuration of IIS web server.doc
Carson Choi
I was configuared the single-sign on function into content server, but it always point me the "login username / pwd incorrect"Everyone know how to fix it ?
Appu_Nair
if it is a IIS webserver I would advise to put on the webserver this lines in a asp script.If you see REMOTE_USER in that it means that you have set up IWA correctly on the IIS webserver.Now in your livelink server you should put it how you have created your users in livelink.If remote_user is na\appunair and in livelink the user is called appunair they are different.Usually most of us create users stripping out the domain and use the lowercase option.Then in the command 'reset passwords' choose it for hidden.At this point if you examine your opentext.ini you should see under security these at least[Security]directoryList=\support\,\filters\######lots and lotsDirectoryService=NTLM#######lots and lotsAuthentication_User=REMOTE_USER#######lots and lotsviewAsWebPageCmd=trueIf it still doesnot work look at what this command append at end of url gives you ?func=admin.testargs and see if remote_user is coming thru.If you still can't make it work open a ticket with OT after making sure you ahve all service packs and patches onWhat most people get confused is the webserver setup and I belive I shared a document that has screencaps on how I usually do this