Skip to main content

Connections Desktop Plugins Password Save Policy

During the latest automated deployment of the HCL Connections Desktop Plug-ins for Microsoft™ Windows™, I had issues activating the Password Save Policy. We wanted to disable the option that users can save passwords.

The documentation tells us, that the registry key HKLM\SOFTWARE\Wow6432Node\IBM\Social Connectors\Settings\Password Save Policy needs to be set to 1 to achieve this.

Sadly this does not work, and I remembered, that I investigated this error already some years ago.

The Remember the password checkbox is still active.

Administrative Template File ADM
#

When you install the plugins you will find two .adm files to import into the Windows Group Policy editor. For 64-bit Windows use C:\Program Files (x86)\HCL\Connections Desktop Plugins\IBMConnections64.adm, for the 32-bit version, you need to import C:\Program Files (x86)\HCL\Connections Desktop Plugins\IBMConnections64.adm. So I checked this file for 64 bit and found the registry key: HKLM\SOFTWARE\Wow6432Node\IBM\Social Connectors\Servers\Password Save Policy.

So there is an additional string Servers in the path.

; Password Save Policy
POLICY !!L_PasswordSavePolicy
   KEYNAME "SOFTWARE\Wow6432Node\IBM\Social Connectors\Servers"
   EXPLAIN !!L_PasswordSavePolicyExplain
   VALUENAME "Password Save Policy"
   VALUEON 1 
   VALUEOFF 0
END POLICY

When you set the key in the subfolder Servers it works and the password option is grayed out.

Note

I sent this to support under ticket number CS0255086, that the documentation needs an update. After waiting three months, I make a note here to keep this in mind and not forget it again.

Resources
#

Christoph Stoettner
Author
Christoph Stoettner
I work at Vegard IT GmbH as a senior consultant, focusing on collaboration software, Kubernetes, security, and automation. I primarily work with HCL Connections, WebSphere Application Server, Kubernetes, Ansible, Terraform, and Linux. My daily work occasionally leads to technical talks and blog articles, which I share here more or less regularly.

Related