Plugin

Aaron Burden: Fountain pen and a notebook

Today Luis Benitez annouced the new Connections 4 Plugins for Lotus Notes .

The zip-file contains all three operating system installer. Windows, Linux and Mac, but i had no success to install through xpd.mac-addon.pgk, because the preinstall script stop the installation.

You can open this file in finder:

image:image:/images/2012/11/2012-11-06_2135.png[image

]

image:image:/images/2012/11/2012-11-06_2137.png[image

]

Now you can copy the updatesite folder to an other place and use File – Application – Install in Lotus Notes. Point the Install to the updatesite folder and install the whole package. I have to restart twice, but after this i can use the new Status Update, Files and Activities Plugins.

Created:
Last Update:
Read in about 1 min
Aaron Burden: Fountain pen and a notebook

Some more points to my working configuration of Single Sign-On in Lotus Notes.

Automating configuration with plugin_customization.ini

I do a lot of software tests with my productive Notes Client (on Mac OS), so i often delete the Expeditor-folder in ~/Library/Application Support/Lotus Notes Data/. So i place configuration details in /Applications/Notes.app/Contents/MacOS/rcp/plugin_customization.ini, then the settings get automatically applied.

# Connections Config
 com.ibm.lconn.client.base/server=http\://connections.example.com/profiles
 com.ibm.lconn.client.base/authtype=DOMINO-SSO
 com.ibm.lconn.client.base/dominosso.dominoresolveservername=false
 com.ibm.lconn.client.base/authserver=$hierarchical Domino-Server-Name$
 com.ibm.lconn.client.base/dominosso.useclustermates=true
 com.ibm.lconn.client.base/dominosso.preferred.username.field=ShortName
 com.ibm.lconn.client.base/policy-mode=OVERWRITE
 com.ibm.lconn.client.base/enableConnectionsIntegration=true
 # Sametime Config
 com.ibm.collaboration.realtime.community/name=$Name for Community$
 com.ibm.collaboration.realtime.community/host=$Hostname of Sametime Server$
 com.ibm.collaboration.realtime.community/defaultAuthType=ST-DOMINO-SSO
 com.ibm.collaboration.realtime.community/authServerUrl=$hierarchical Domino Server Name$
 com.ibm.collaboration.realtime.community/loginByToken=true
 com.ibm.collaboration.realtime.community/tokenLoginOnly=true
 com.ibm.collaboration.realtime.community/loginAtStartup=true
 com.ibm.collaboration.realtime.login/autologin=true
 com.ibm.collaboration.realtime.login/alwaysLoggedIn=true
 com.ibm.collaboration.realtime.imhub/disableExit=false
 # Status Updater Fix to show profile pictures
 com.ibm.lconn.statusupdates/download.image.enabled=true

        
Created:
Last Update:
Read in about 2 min