<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>LOTUSCONNECTIONS.org &#187; websphere</title>
	<atom:link href="http://www.lotusconnections.org/wordpress/index.php/tag/websphere/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.lotusconnections.org/wordpress</link>
	<description>Wikipedia &#34;Lotus Connections is often described as the leading product in enterprise social software market&#34;</description>
	<lastBuildDate>Thu, 29 Jul 2010 15:49:33 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Mapping groups to a role in Lotus Connections</title>
		<link>http://www.lotusconnections.org/wordpress/index.php/2010/04/mapping-groups-to-a-role-in-lotus-connections/</link>
		<comments>http://www.lotusconnections.org/wordpress/index.php/2010/04/mapping-groups-to-a-role-in-lotus-connections/#comments</comments>
		<pubDate>Fri, 09 Apr 2010 09:50:20 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[lotus connections]]></category>
		<category><![CDATA[websphere]]></category>

		<guid isPermaLink="false">http://www.lotusconnections.org/wordpress/index.php/2010/04/mapping-groups-to-a-role-in-lotus-connections/</guid>
		<description><![CDATA[I tried to figure out how I could map a group toa role as used by the Lotus Connections apps.
It would be handy if I could create a group like blogadminswhich contains all the people which require adminprivileges on Blogs.
But unfortunately you can&#8217;t map groups to a role as used byConnections, yeah you can but [...]]]></description>
			<content:encoded><![CDATA[<p>I tried to figure out how I could map a group to<br />a role as used by the Lotus Connections apps.</p>
<p>It would be handy if I could create a group like blogadmins<br />which contains all the people which require admin<br />privileges on Blogs.</p>
<p>But unfortunately you can&#8217;t map groups to a role as used by<br />Connections, yeah you can but it won&#8217;t work.<br /><a target="_blank" href="http://www-10.lotus.com/ldd/lcforum.nsf/d6091795dfaa5b1185256a7a0048a2d0/c20e137e3b31e826852576fd00265771?OpenDocument"><br />http://www-10.lotus.com/ldd/lcforum.nsf/d6091795dfaa5b1185256a7a0048a2d0/c20e137e3b31e826852576fd00265771?OpenDocument</a></p>
<p>Because I can&#8217;t map a group to a role I need<br />to add every user individual.</p>
<p>I want this action to be scripted so I was looking how this could be <br />done. The trick was the separator which needs to be a &#8220;|&#8221;.</p>
<p>So check the script below.</p>
<p><b><font face="monospace">appName = &#8216;Blogs&#8217;<br />lcsearchadmin=&#8217;LCdev admin&#8217;<br />blogadmins=&#8217;LCdev admin|Donald Duck|Dagobert Duck|Mickey Mouse&#8217;<br />lcadmin=&#8217;LCdev admin&#8217;</p>
<p>AdminApp.edit(appName, &#8216;[ -MapRolesToUsers [ ["person" no yes "" ""] ["everyone" yes no "" ""] ["reader" no yes "" ""] ["search-admin" no no "'+lcsearchadmin+'" "" ] [ "admin" no no "'+blogadmins+'" "" ]&nbsp; ["widget-admin" no no "'+lcadmin+'" "" ] ] ]&#8217;)<br />print &#8220;done&#8230;. Configuring rights Blogs EAR&#8221;<br />AdminConfig.save()</font></b></p>
]]></content:encoded>
			<wfw:commentRss>http://www.lotusconnections.org/wordpress/index.php/2010/04/mapping-groups-to-a-role-in-lotus-connections/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SPNEGO Single Sign On</title>
		<link>http://www.lotusconnections.org/wordpress/index.php/2009/02/spnego-single-sign-on/</link>
		<comments>http://www.lotusconnections.org/wordpress/index.php/2009/02/spnego-single-sign-on/#comments</comments>
		<pubDate>Sun, 08 Feb 2009 15:19:31 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[sso]]></category>
		<category><![CDATA[lotus connections]]></category>
		<category><![CDATA[ltpa]]></category>
		<category><![CDATA[spnego]]></category>
		<category><![CDATA[websphere]]></category>

		<guid isPermaLink="false">http://www.lotusconnections.org/wordpress/index.php/2009/02/spnego-single-sign-on/</guid>
		<description><![CDATA[Currently I am digging myself a way into the concept of SPNEGO in
combination with WebSphere servers. With SPNEGO you can create a SSO
config with your clients and WebSphere enabled websites.
The basis is that you have to use an Active Directory server ( W2K or higher ).
In order  to make use of the SPNEGO function [...]]]></description>
			<content:encoded><![CDATA[<p>Currently I am digging myself a way into the concept of SPNEGO in<br />
combination with WebSphere servers. With SPNEGO you can create a SSO<br />
config with your clients and WebSphere enabled websites.</p>
<p>The basis is that you have to use an Active Directory server ( W2K or higher ).<br />
In order  to make use of the SPNEGO function you have to logon to an AD domain.</p>
<p>When logged in to the AD domain you will receive a kerberos ticket and this is<br />
what is nessecary to make this whole thing rolling.</p>
<p>Besides this requirement you will have to take the following things in consideration.</p>
<p>- AD domain ( W2K or higher )<br />
- WebSphere Application Server 6.1 ( any OS )<br />
- Security enabled for WAS<br />
- A configured User Repository, stand-alone or federared both can be used.<br />
- Type of User Repository can be any of the supported ones by WAS.<br />
( NOTE:<br />
There has to be a link between the login names in the<br />
AD LDAP and the ones in the User Repository used by WAS.</p>
<p>Example: Login attribute in AD is samAccountName, the login attribute<br />
of our WAS Domino User Repo is CN.</p>
<p>samAccountName = MEn<br />
cn = Marco Ensing</p>
<p>Because Domino can use multple CN&#8217;s you will have to take care that the<br />
name &#8220;MEn&#8221; needs to become a CN value in the domino LDAP.<br />
)</p>
<p>For me of course enabling SSO with Lotus Connections is what I&#8217;am<br />
looking for but this feature can be used with any Portal or<br />
WebSphere Application server app. running on WAS version 6.1.</p>
<p>Found a two links that were very helpfull for me understanding the<br />
whole concept of SNPEGO in combination with WebSphere.</p>
<p>Step-by-step guide enabling SPNEGO</p>
<p><a href="http://www-03.ibm.com/support/techdocs/atsmastr.nsf/WebIndex/WP101065" target="_blank">SPNEGO TAI: Using single sign-on from Windows to WebSphere Application Server</a></p>
<p>Theory how-it-works</p>
<p><a href="http://www.ibm.com/developerworks/websphere/library/techarticles/0809_lansche/0809_lansche.html" target="_blank">WebSphere with a side of SPNEGO<br />
</a></p>
<p>One handy tool that I found on the web is kerbtray.exe, I was<br />
configuring SPNEGO for a customer running Portal 6.1 in a<br />
Windows 2000 Domain.</p>
<p>When following the documentation mentioned above I<br />
should use the encryption type of DES-MD5 for the keytab file.</p>
<p>Configuring everything to make use of this encryption type I<br />
dug myself in trying serveral variations of the keytab file and<br />
the non-stoppable reboots for the portal server.</p>
<p>But when I ran this tool, kerbtray.exe on one of the client<br />
stations I saw that the encryption type used was RC4-HMAC,<br />
one that only should be used in a Windows 2003 AD domain.</p>
<p>Had now clue why this was happening, but I created a new<br />
keytab file with the encryption type RC4-HMAC thing<br />
that then came above was that everything started working <img src='http://www.lotusconnections.org/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> .</p>
<p>( Domain was formed by two Windows 2000 Domain Controlers<br />
and a number of 10 Windows 2003 Domain Controllers.<br />
The forest was Windows 2000 in mixed mode )</p>
<p>Think I have to find a explanation for this behaviour from<br />
the Windows administrators corner.</p>
<p><a href="http://www.microsoft.com/downloads/details.aspx?familyid=4E3A58BE-29F6-49F6-85BE-E866AF8E7A88&amp;displaylang=en" target="_blank">Windows 2000 Resource Kit Tool: Kerbtray.exe</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.lotusconnections.org/wordpress/index.php/2009/02/spnego-single-sign-on/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Lotus Connections WSadmin checkOutConfig task</title>
		<link>http://www.lotusconnections.org/wordpress/index.php/2008/09/lotus-connections-wsadmin-checkoutconfig-task/</link>
		<comments>http://www.lotusconnections.org/wordpress/index.php/2008/09/lotus-connections-wsadmin-checkoutconfig-task/#comments</comments>
		<pubDate>Wed, 24 Sep 2008 22:07:09 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[lotus connections]]></category>
		<category><![CDATA[websphere]]></category>
		<category><![CDATA[wsadmin]]></category>

		<guid isPermaLink="false">http://www.baklap.nl/wordpress/?p=14</guid>
		<description><![CDATA[In our situation we have one was profile with 6 servers instances
on it, one server instance for every part of Lotus Connections.
Whenever we want to use a checkOut config task for server2
( or server3 till server6 ) we have to do this on the SOAP port of server1.
example:
./wsadmin.sh -lang jython -user wasadmin -password ********** -port [...]]]></description>
			<content:encoded><![CDATA[<p>In our situation we have one was profile with 6 servers instances<br />
on it, one server instance for every part of Lotus Connections.</p>
<p>Whenever we want to use a checkOut config task for server2<br />
( or server3 till server6 ) we have to do this on the SOAP port of server1.</p>
<p>example:<br />
./wsadmin.sh -lang jython -user wasadmin -password ********** -port 8880<br />
execfile(&#8220;communitiesAdmin.py&#8221;)<br />
CommunitiesConfigService.checkOutConfig(&#8216;/tmp&#8217;, &#8216;con10Node01Cell&#8217;)</p>
<p>For changes on a part of Lotus Connections that does not require<br />
you to use the checkOutConfig task you can do this directly at<br />
the SOAP port of that server instance.</p>
<p>example:<br />
./wsadmin.sh -lang jython -user wasadmin -password ********** -port 8883<br />
execfile(&#8220;communitiesAdmin.py&#8221;)<br />
CommunitiesService.purgeIndex()<br />
CommunitiesService.startIndexing()</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lotusconnections.org/wordpress/index.php/2008/09/lotus-connections-wsadmin-checkoutconfig-task/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Restart EAR Application with WSadmin script</title>
		<link>http://www.lotusconnections.org/wordpress/index.php/2008/09/restart-ear-application-with-wsadmin-script/</link>
		<comments>http://www.lotusconnections.org/wordpress/index.php/2008/09/restart-ear-application-with-wsadmin-script/#comments</comments>
		<pubDate>Sat, 13 Sep 2008 02:18:01 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[lotus connections]]></category>
		<category><![CDATA[websphere]]></category>
		<category><![CDATA[wsadmin]]></category>

		<guid isPermaLink="false">http://www.baklap.nl/wordpress/?p=13</guid>
		<description><![CDATA[At my company e-office, we were working on a customization in
Lotus Connections for one of our customers.
Because every change regarding the lay-out ( editing a *.HTML,*.CSS,*.JS file )
requires a restart of the specific EAR ( Activities , Blogs, etc )  I made
a script in WSadmin python so we could simplify this process.
Now we can [...]]]></description>
			<content:encoded><![CDATA[<p>At my company <a title="www.e-office.com" href="http://www.e-office.com" target="_blank">e-office</a>, we were working on a customization in<br />
Lotus Connections for one of our customers.</p>
<p>Because every change regarding the lay-out ( editing a *.HTML,*.CSS,*.JS file )<br />
requires a restart of the specific EAR ( Activities , Blogs, etc )  I made<br />
a script in WSadmin python so we could simplify this process.</p>
<p>Now we can restart an EAR file with a single command line instead<br />
of clicking yourself senseless through the WASadmin web interface <img src='http://www.lotusconnections.org/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> .</p>
<p>FILE restart_activities.py</p>
<p>appName=&#8217;Activities&#8217;<br />
server=&#8217;server1&#8242;</p>
<p>cell=AdminConfig.list(&#8216;Cell&#8217;)<br />
cellname=AdminConfig.showAttribute(cell,&#8217;name&#8217;)<br />
nodes=AdminConfig.list(&#8216;Node&#8217;,cell)<br />
nodename=AdminConfig.showAttribute(nodes,&#8217;name&#8217;)<br />
appManager=AdminControl.queryNames(&#8216;type=ApplicationManager,cell=&#8217;+cellname+&#8217;,node=&#8217;+nodename+&#8217;,process=&#8217;+server+&#8217;,*&#8217;)</p>
<p>AdminControl.invoke(appManager, &#8217;stopApplication&#8217;,appName)<br />
AdminControl.invoke(appManager, &#8217;startApplication&#8217;,appName)</p>
<p>!FILE</p>
<p>wsadmin.bat -lang jython -user wasadmin -password ***** -port 8880 -f .\wsadmin_scripts\restart_activities.py</p>
<p>Create a *.py for every part of Lotus Connections.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lotusconnections.org/wordpress/index.php/2008/09/restart-ear-application-with-wsadmin-script/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Secondary addressbook Domino LDAP Lotus Connections profiles</title>
		<link>http://www.lotusconnections.org/wordpress/index.php/2008/09/secondary-addressbook-domino-ldap-lotus-connections-profiles/</link>
		<comments>http://www.lotusconnections.org/wordpress/index.php/2008/09/secondary-addressbook-domino-ldap-lotus-connections-profiles/#comments</comments>
		<pubDate>Sat, 13 Sep 2008 02:05:10 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[lotus connections]]></category>
		<category><![CDATA[ibm]]></category>
		<category><![CDATA[websphere]]></category>

		<guid isPermaLink="false">http://www.baklap.nl/wordpress/?p=12</guid>
		<description><![CDATA[We configured our Lotus Connections setup to use  our Domino LDAP
as the user repository.
In this Domino LDAP we have a primair and secondary addressbook.
When configuring profiles to use our Domino LDAP we discovered that
profiles wouldn&#8217;t read any entries that were in the secondary address book.
But after some experimenting with the settings in the file [...]]]></description>
			<content:encoded><![CDATA[<p>We configured our Lotus Connections setup to use  our Domino LDAP<br />
as the user repository.<br />
In this Domino LDAP we have a primair and secondary addressbook.</p>
<p>When configuring profiles to use our Domino LDAP we discovered that<br />
profiles wouldn&#8217;t read any entries that were in the secondary address book.</p>
<p>But after some experimenting with the settings in the file profiles_tdi.properties<br />
we found out that when we leave the parameter source_ldap_search_base<br />
empty we were able to retrieve the users from the secondary address book.</p>
<p>Strange issue but for now we can work with it.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lotusconnections.org/wordpress/index.php/2008/09/secondary-addressbook-domino-ldap-lotus-connections-profiles/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
