Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Web CMS (TeamSite)
Created DCR's show wrong user
MilosZu
Hi,
For our client we need to solve a quite strange problem.
Their current setup is:
TS 7.2.1 running on RHEL
OS users (for SSH) identified by LDAP configured in ldap.conf
TS users identified by different LDAP server (user_database.xml)
When creating a DCR's with a LDAP logged in user the owner of the file would always be set "Interwoven TeamSite UI Daemon Users"
This problem started when the option to authenticate OS users (SSH only) via LDAP was added.
We have this call when saving the file:
IWDatacapture.callServer("/iw-bin/iw_cgi_wrapper.cgi/extendedAttributes.ipl", parameters, false);
But for some reason the owner is always set wrong.
Does anyone has any idea where problem could be ?
Kind regards,
Milos
Find more posts tagged with
Comments
sheikh1
Couple of things can be checked in these scenario. I don't have a ready answer as I never configured LDAP for OS users.
i. Verify if there was any ldap synch happened to teamsite ldap users which can cause this problem, there should be a log file as well for ldap synch activity, I don't remember on top of my head, /usr/Interwoven/TeamSite/conf/roles/tsusers.xml file will have teamsite users information matching to your ldap user data.
ii. Try adding a new ldap user from teamsite admin and login with that user account, point is to check if it is happening for new users.
iii. Ideally your IWDatacapture.callServer should not be doing anything in setting up owner of the files.
iv. you can use for already existing files (DCR's) to see what form api is getting as the owner, this should not be different than what you are seeing on gui. IWDCRInfo.getOwner ()
v. check iwtrace.log and content_center log files for tracing.