Changing the session store from ODBC to LDAP without using smconsole.
SMLDAPSETUP can be used for policy stores, but doesn't work for session stores.
Release : 12.8
Configure the LDAP server settings:
[HKEY_LOCAL_MACHINE\SOFTWARE\Netegrity\SiteMinder\CurrentVersion\LdapSessionServer]
"Server"="10.0.0.1:44443"
"AdminDN"="cn=user,ou=example,c=us"
"AdminPW"="{RC2}xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
"SSRootDN"="ou=example,c=us"
"Use SSL"=dword:00000000
"MaxConnections"=dword:0000000a
"Enabled"=dword:00000001
"Version"="5.0"
"Use Default"=dword:00000000
AdminPW must be encrypted prior to entering it into the registry, using one of the following methods:
Configure the ODBC settings (all other ODBC settings can remain the same):
[HKEY_LOCAL_MACHINE\SOFTWARE\Netegrity\SiteMinder\CurrentVersion\Database\SessionServer]
"Enabled"=dword:00000000
"ProviderNamespace"="LDAP:"