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
LAPI Login with Directory Service
ISD_HIT
Dear Experts,Under directory service, the passwords are reset and users can directly open livelink page without login. But how to login using LAPI under this environment? The method LLSession needs providing username and password but now password becomes unknown. Do anyone here have experience on that?Thanks a lot!HK
Find more posts tagged with
Comments
eLink User
Message from Nair, Krishnankutty N. via eLinkI battled this with hidden passwords/directory 2.3 on an IIS/ADsystem.After a lot of trial and error I got it to work.Here's a samplethat worked.Note that my livelink web server is not turned on foranonymous access.This is also tested with a 9.5 livelink system.Hopethis helps I have put comments in my code itself. Thanks Much Krishnankutty N Nair EDMS Powered by Livelink
http://edms.conoco.net
Tele 918-661-5824, fax 918-661-9206-----Original Message-----From: eLink Discussion: LAPI Discussion[mailto:lapi@elinkkc.opentext.com] Sent: Thursday, December 01, 2005 7:53 PMTo: eLink RecipientSubject: LAPI Login with Directory ServiceLAPI Login with Directory ServicePosted by HIT, ISD on 12/01/2005 08:47 PMDear Experts,Under directory service, the passwords are reset and users can directlyopen livelink page without login. But how to login using LAPI underthis environment? The method LLSession needs providing username andpassword but now password becomes unknown. Do anyone here haveexperience on that?Thanks a lot!HK[To reply to this thread, use your normal E-mail reply function.]============================================================Discussion: LAPI Discussion
https://knowledge.opentext.com/knowledge/livelink.exe/open/765428Livelink
Server:
https://knowledge.opentext.com/knowledge/livelink.exeTo
Unsubscribe from this Discussion, send an e-mail tounsubscribe.lapi@elinkkc.opentext.com.
ISD_HIT
Thank you for the reply. The sample program seems need user to provide AD username and password. But in fact user could open Livelink without logging in. So, it is desirable also to let the LAPI connect to livelink with the need to login.I found that a related function: LL_SessionAllocFromCookieExwhich could create a Livelink session by a cookie. Does any one has experience on this?ThanksHK