Previous Topic: Published Policy Server InformationNext Topic: Published User Directory Information


Published Object Store Information

The Policy Server can store information in the following types of object stores:

Published object store information includes the type of object store that is being used, back–end database information, configuration, and connection information.

Published Policy/Key Store XML Output Format

The following example shows how policy/key store information is formatted:

<POLICY_STORE>

   <DATASTORE>
      <NAME> Policy Store   </NAME>
      <USE_DEFAULT_STORE>  false </USE_DEFAULT_STORE>
      <LOADED> true </LOADED>
      <SERVER_LIST>
         <CONNECTION_INFO>
            <TYPE> ODBC</TYPE>
            <SERVICE_NAME> sm </SERVICE_NAME>
            <USER_NAME> sa </USER_NAME>
            <DBMS_NAME> Microsoft SQL Server </DBMS_NAME>
            <DRIVER_NAME> Microsoft SQL Server </DRIVER_NAME>
            <DBMS_VERSION> 08.00.0760 </DBMS_VERSION>
         </CONNECTION_INFO>
     </SERVER_LIST>
   </DATASTORE>

   <DATASTORE>
      <NAME>  Key Store </NAME>
      <USE_DEFAULT_STORE> true </USE_DEFAULT_STORE>
      <LOADED> true </LOADED>
   </DATASTORE>

   <DATASTORE>
      <NAME> Audit Log Store </NAME>
      <USE_DEFAULT_STORE> true </USE_DEFAULT_STORE>
      <LOADED> true </LOADED>
   </DATASTORE>

   <DATASTORE>
      <NAME> Session Server Store </NAME>
      <USE_DEFAULT_STORE>  false </USE_DEFAULT_STORE>
      <LOADED> false </LOADED>
   </DATASTORE>

</POLICY_STORE>

The following table defines the policy/key store information that is published.

TAG

Contains

Description

Parent Tag

Required

POLICY_STORE

Elements

Denotes all the Data Store information

SMPUBLISH

Required

DATASTORE

Elements

 

Denotes information about a particular Object Store.

  • Type is the type of data store.
  • Use defaults indicates if default objectstore is being used for that type.
  • Loaded indicates if that type is loaded.

POLICY_STORE

Required

NAME

Text

Name/Type of Data Store

DATASTORE

Required

USE_DEFAULT_STORE

Text

Indicates (True/false) if storage
is within the default
‘Policy Store’

DATASTORE

Required

LOADED

Text

Indicates (true/false) if the data store has been loaded and
initialized

DATASTORE

Required

TYPE

Text

Type of policy store, that is, ODBC/LDAP

DATASTORE

Required

SERVER_
LIST

Elements

List of fail over servers used for data store (ODBC)

DATASTORE

Optional

CONNECTION_INFO

Elements

Type of Server Connection

SERVER_LIST

Optional

DRIVER_NAME

Text

Name of the ODBC driver name

CONNECTION

Optional

IP

Text

IP address

DATASTORE

Optional

LDAP_VERSION

Text

LDAP version

DATASTORE

Optional

API_VERSION

Text

LDAP API version

DATASTORE

Optional

PROTOCOL_VERSION

Text

LDAP protocol version

DATASTORE

Optional

API_VENDOR

Text

API Vendor

DATASTORE

Optional

VENDOR_VERSION

Text

Vendor version

DATASTORE

Optional