Running Policy Server, how to configure the sm.registry file, when there's no access to the smconsole "Policy Server Manangement Console" and when the X11 protocol is disabled?
# {home_policy_server}/bin/ldapsearch "-b <base_dn>" -x "-D <accound_dn>" -w <account_password> -h <Ip:Port> -P {home_policy_server}/<cert_directory> -s sub '<object_to_search>' # {home_policy_server}/bin/odbctest -dsn <dns_from_system_odbc.ini> -table <table_name> -uid <account_to_connect> -pwd <account_password> -v # {home_policy_server}/bin/odbctest -dsn <dns_from_system_odbc.ini> -table <table_name> -uid <account_to_connect> -pwd <account_password> -v Put table "version", as per the db/SQL/sm_oracle_ps.sql CREATE TABLE version ( major INTEGER DEFAULT 0 NOT NULL, minor INTEGER DEFAULT 0 NOT NULL, langid INTEGER DEFAULT 0 NOT NULL, sublangid INTEGER DEFAULT 0 NOT NULL, sortid INTEGER DEFAULT 0 NOT NULL, PRIMARY KEY (major, minor) ) STORAGE ( INITIAL 100k NEXT 100k MINEXTENTS 1 MAXEXTENTS 100 ) ; # XPSConfig Enter Option (id or X or Q): SM 31-DbObjAdminPassword Enter Option (D, V, F, # or Q): 31 Enter Option (C, or Q): C Enter New Value:<write_here_the_password> Pending Value: (sensitive) Enter Option (C, or Q): Q Enter Option (D, V, F, # or Q): Q Enter Option (id or X or Q): Q HKEY_LOCAL_MACHINE\SOFTWARE\Netegrity\SiteMinder\CurrentVersion\Database\Default=xxxxxxx Password= {RC2}<value>; REG_SZ # smldapsetup reg -w<Password> NOTE: This switch will use the Policy Server encryption key to encrypt the password entered in the "-w' switch and populate it in the following location: HKEY_LOCAL_MACHINE\SOFTWARE\Netegrity\SiteMinder\CurrentVersion\LdapPolicyStore "AdminPW"="{RC2}<value>" HKEY_LOCAL_MACHINE\SOFTWARE\Netegrity\SiteMinder\CurrentVersion\ObjectStore=xxxxxx EnableKeyGeneration= 0x0; REG_DWORD HKEY_LOCAL_MACHINE\SOFTWARE\Netegrity\SiteMinder\CurrentVersion\ObjectStore=xxxxxx EnableKeyGeneration= 0x1; REG_DWORD