Previous Topic: Sm_PolicyApi_SharedSecretPolicy_t

Next Topic: Sm_PolicyApi_TrustedHost_t

Sm_PolicyApi_Server_t

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 SiteMinder, this is an array of TCP/IP ports for Accounting, Authentication, and Authorization services. Beginning with SiteMinder 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.


Copyright © 2010 CA. All rights reserved. Email CA about this topic