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)
authentication
Phanie
we are on ts 671SP1 and having an issue with authentication
we have OS users on Solaris 9 and whenever any of these OS users try to access teamsite we want the authentication to go through ldap, we made necessary entries in authentication section of iw.cfg file.
Even then authentication through ldap doesnt work (fails)... we have the same setting on another server which has teamsite 6.1 on it and authentication through ldap works.
Are we missing any configuration that should be done on ts 671 sp1.
Any points/clues on this would be very helpful.
--
Thanks,
Phanie
Find more posts tagged with
Comments
Migrateduser
TeamSite 6.7.1 does not use the iw.cfg file to determine the authentication method. It now uses a user database XML configuration file. Try investigating the file "iw-home\conf\roles\user_databases.xml". It should look something like the following:
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<iwuser_databases>
<iwldap id="LDAP_User_DB" display_name="LDAP_User_DB" os="t">
<server value="ldap.clientdomain.com">
</server>
<port value="389">
</port>
<search_key value="SAMAccountName">
</search_key>
<dnBase value="CN=Users,DC=clientdomain,DC=com">
</dnBase>
<account value="CN=Teamsite,CN=Users,DC=clientdomain,DC=com">
</account>
<password value="xxxxxxxxxxxxxxxxxxxxx">
</password>
<attr_email value="mail">
</attr_email>
<attr_mail value="mail">
</attr_mail>
<attr_display_name value="cn">
</attr_display_name>
<attr_sync name="interwoven-tsrole" value="admin,master,author,editor,tsusers,ccpro,ccstd,ccpro_only,ccstd_only">
</attr_sync>
</iwldap>
</iwuser_databases>
RoCo
Hi Farnsaw,
We are new to TeamSite and the version is 6.7.1 running on Solaris 10. We want to use LDAP authentication instead of local users.
I have done LDAP client configuration on Solaris 10, but our LDAP server running on Solaris 8. I haven't got any idea what to do on Solaris 8 LDAP server settings. Even our LDAP admin guys, haven't got any idea.
Could you help me out.
E-mail:sridhar.madadi@britannia.co.uk
Thanks in advance.
Thanks,
Sri