Copy LDAP settings such as the Primary Host and location of the certificate file so it is available to all users

  • 7940359
  • 19-Aug-2009
  • 26-Apr-2012

Environment

SecureLogin SSO

Situation

How can I copy LDAP settings such as the Primary Host and location of the certificate file so it is available to all users?

Resolution

Change the HKLM of the registry (e.g. use a .reg file similar to below) and the settings will be copied to all users HKCU when they next logon to the workstation.

To easily configure the changes, use the SecureLogin LDAP client and export the settings to a .reg file, then edit as appropriate.

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\Software\Protocom\SecureLogin\LDAP Settings]""PrimaryHost""=""192.163.1.15""""SecondaryHost""=""192.163.12.23""""PrimaryPort""=dword:0000027c ""SecondaryPort""=dword:0000027c ""SSL Cert File""=""C:\\CertLocation\\client.der""""Context1""=""cn=users,dc=abc,dc=com""""Context2""=""cn=managers,dc=abc,dc=com""