FpcConfigurationStorageServerConnectionType enumeration

Applies to: desktop apps only

The FpcConfigurationStorageServerConnectionType enumerated type contains values that specify whether connections between array members and a Configuration Storage server are to be authenticated with Active Directory accounts using the MS Firewall Storage protocol, which is based on the Lightweight Directory Access Protocol (LDAP), through port 2171, or with certificates using the MS Firewall Storage protocol over SSL, which is based on LDAP over SSL (LDAPS), through port 2172.

Syntax

typedef enum FpcConfigurationStorageServerConnectionType { 
  fpcConfigurationStorageServerConnectionLDAP   = 0,
  fpcConfigurationStorageServerConnectionLDAPS  = 1
} FpcConfigurationStorageServerConnectionType;

Constants

  • fpcConfigurationStorageServerConnectionLDAP
    Connections between array members and a Configuration Storage server are to be authenticated with Active Directory accounts using the MS Firewall Storage protocol through port 2171.

  • fpcConfigurationStorageServerConnectionLDAPS
    Connections between array members and a Configuration Storage server are to be authenticated with certificates using the MS Firewall Storage protocol over SSL through port 2172.

Requirements

Minimum supported client

Windows Vista

Minimum supported server

Windows Server 2008 R2, Windows Server 2008 with SP2 (64-bit only)

Version

Forefront Threat Management Gateway (TMG) 2010

Header

Comenum.h

See also

Enumerated Types

 

 

Build date: 7/12/2010