Sm_PolicyApi_Server_t

Defines TCP/IP connectivity information for a Policy Server.
casso126
Defines TCP/IP connectivity information for a Policy Server.
Syntax
typedef struct Sm_PolicyApi_Server_s
{
int iStructId;
   char pszIpAddr[BFSIZE];/* Required */
long nPort[3];
long nClusterSeq;
struct Sm_PolicyApi_Server_s* next;
} Sm_PolicyApi_Server_t;
Field
Description
iStructId
Policy server structure ID, defined in Sm_PolicyApi_Structs_t.
pszIpAddr
The TCP/IP address of a Policy Server.
nPort
Prior to v6.0 of
CA Single Sign-On
, this is an array of TCP/IP ports for Accounting, Authentication, and Authorization services. Beginning with
CA Single Sign-On
v6.0, only the Policy Server port needs to be specified.
nClusterSeq
The cluster sequence number for this server. For a non-cluster server, omit the parameter. For a cluster server, specify the cluster sequence number, starting from one. Specifying a sequence number that is equal to an existing sequence number will result in an error.
next
Pointer to the next server structure.