Sametime and Connections Plugins in Lotus Notes

Created:
Last Update:

Author: Christoph Stoettner
Read in about 2 min · 248 words

Fountain pen and a notebook

Photo by Aaron Burden | Unsplash

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

Sametime will only apply the settings of plugin_customization.ini, when following file is not present!

~/Library/Application Support/Lotus Notes Data/Expeditor/Applications/.metadata/.plugins/com.ibm.collaboration.realtime.login/CANONICAL_NAME.xml

Applying these settings through a Desktop setting document and policy

You can apply this through a policy too, you have to add the values to a Desktop settings document. Syntax is described here: IBM KB 21407709 .

There is a bug in the desktop settings document until Notes / Domino 8.5.3, you can’t delete the entries.

Details:

Comments on Detlef Poettgen tells, that error is still active in 8.5.2 FP3, i tested 8.5.3 and it works.

Please be aware, that Domino Directory allows stored forms and if you want to delete Managed Settings of an Desktop settings document which is created before 8.5.3, the error still occurs.

Path in Windows Installations

  • Expeditorfolder is NotesData

  • Path to plugin_customization.ini: NotesProgram

Author
Add a comment
Error
There was an error sending your comment, please try again.
Thank you!
Your comment has been submitted and will be published once it has been approved.

Your email address will not be published. Required fields are marked with *

Suggested Reading
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: ] ] 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
You find the default system requirements in the overview document: “http://www-01.ibm.com/support/docview.wss?uid=swg27007909[Index of system requirements for Notes, Domino, Domino Administrator, Domino Designer & Notes Traveler]“ I’ve some interesting points. IBM Domino for Windows is available as 32 and 64 bit software, but it is only supported on Windows Server 2008 R2 and Windows Server 2012, so no 32 Bit Windows is supported! So a lot of us will have to upgrade the OS first. System Requirements Notes 9.0 System Requirements Domino Administrator & Domino Designer 9.0 System Requirements Domino 9.0 System Requirements Notes Traveler 9.0 We got a Linux 64 Bit server the first time in a gold release.
Created:
Last Update:
Read in about 1 min
Aaron Burden: Fountain pen and a notebook
FP3 and IF1 for FP2 bring Mountain Lion Support (Mac OS X 10.8) to Lotus Notes. http://www-01.ibm.com/support/docview.wss?uid=swg21599884&myns=swglotus&mynp=OCSSKTWP&mync=R
Created:
Last Update:
Read in about 1 min