Sametime and Connections Plugins in Lotus Notes

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

  • Expeditor\Applications folder is $Notes Data$\workspace.
  • Path to plugin_customization.ini: $Notes Program$\framework\rcp

VMware Fusion: Virtuelle Netzwerkkarte sniffen

Während meiner Tests mit Lotus Traveler, den ich in VMware Fusion installiert habe, wollte ich den Traffic zwischen Android Simulator, Windows Mobile Simulator und iPhone Simulator mitsniffen. Unter Linux und Windows war das kein Problem, da die virtuellen Netzwerkkarten in Wireshark auftauchen und zum Aufzeichnen des Netzwerkverkehrs ausgewählt werden können.

Unter Mac OS X Snow Leopard und Wireshark funktioniert das leider nicht.

Unter folgendem Pfad sind alle notwendigen Tools enthalten: /Library/Application\ Support/VMware\ Fusion/, mit vmnet-sniffer können die Netzwerkpakete mitgelesen werden. Um einfacher auf den Sniffer zugreifen zu können, habe ich mir einen Link in /usr/bin erstellt: ln -s /Library/Application\ Support/VMware\ Fusion/vmnet-sniffer /usr/bin

Jetzt kann mit vmnet-sniffer -i vmnet1 -w xyz.pcap eine für Wireshark lesbare Datei erstellt werden.

Fixpack 1 für Notes 8.5.1 erschienen

Gestern ist der Fixpack 1 für Lotus Notes / Domino 8.5.1 erschienen. Es wird jetzt offiziell Windows 7 und Mac OS X 10.6 (Snow Leopard) unterstützt.

Ich habe es mir am Mac installiert und bin gespannt, ob es sich auf die Stabilität auswirkt. Behoben ist ein Problem mit Gif-Animationen im integrierten Sametime-Client (SPR# SHET7X7NWH – Crash in Sametime while animating a GIF leads to consistent crash at Notes startup).

Mal sehen, ob auch die Probleme mit der “Geographic Location” nicht mehr auftauchen.

Hier die komplette Liste der behobenen Probleme.