Previous Topic: smldapsetup and Sun Java System Directory Server Enterprise Edition

Next Topic: Delete SiteMinder Data in ODBC Databases

Remove the SiteMinder Policy Store using smldapsetup

To remove the SiteMinder policy store data and schema from an LDAP directory, you must first delete the data, then remove the schema.

Important!

To remove the policy store using smldapsetup

  1. Navigate to the following location:
  2. Remove the policy store data by entering the following command:
    smldapsetup remove -hLDAP_IP_Address -pLDAP_Port 
    -d LDAP_Admin -wLDAP_Admin_Password -rLDAP_Base_DN
    -v
    

    Example: smldapsetup remove -h192.169.125.32 -p552 -d"cn=directory manager" -wfirewall -rdc=ad,dc=test,dc=com -v

    Note: Removing the policy store data may take a few moments.

  3. Generate the LDIF file you will use to delete the schema by entering the following:
    smldapsetup ldgen -e -fldif
    
    ldif

    Specifies the name of the LDIF file you are generating.

    Example: smldapsetup ldgen -e -fdelete.ldif

  4. Remove the SiteMinder schema by executing the following command:
    smldapsetup ldmod -fldif
    
    ldif

    Specifies the name of the LDIF file you generated using smldapsetup ldgen
    -e.

    Example: smldapsetup ldmod -fdelete.ldif

More Information:

Export Policy Data Using smobjexport