Roadblock during CA SiteMinder Policy Server installation. I've moved past various other LDAP credential related errors, but haven't been able to find any information on this one, whatsoever.

What do I need to do in order to move past this error?

Windows XP installation, 32 bit.

link|improve this question
feedback

migrated from superuser.com Mar 28 '10 at 5:29

This question came from our site for computer enthusiasts and power users.

1 Answer

Try running through smldapsetup and import the base objects:

smldapsetup reg -h<host> -p<port> -d<admindn> -w<adminpw> -r<root> -f<ldif> [-t<tool>] [-ssl<1|0> -c<certdb>] [-v]

Example:

  1. smldapsetup reg -h10.10.10.10 -p11411 -d"cn=directory manager" -wpassword -rdc=netegrity,dc=com
  2. smldapsetup ldgen -ftest.txt (This command generates the test.txt file)
  3. smldapsetup ldmod -ftest.txt (This command uses the test.txt file that was generated in step 2.)

Import SM Objects:

smobjimport -i<input_filename> [-f] [-c -d<adminname> -w<adminpw>] [-k] [-u] [-m] [-r] [-4] [-l] [-v] [-t] [-a1] [-a2]

Example:

  1. smobjimport -f -i"C:\Program Files\Netegrity\SiteMinder\Db\SMdif\smpolicy.smdif" -v smobjimport.log
link|improve this answer
feedback

Your Answer

 
or
required, but never shown