FpcConfigurationStorageServerConnectionType Enumeration

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

Client Requires Windows 7 or Windows Vista.
Server Requires Windows Server 2008 R2 or Windows Server 2008 x64 Edition with SP2.
Version Requires Forefront Threat Management Gateway (TMG) 2010.
Header

Declared in Comenum.h.

See Also

Enumerated Types

Send comments about this topic to Microsoft

Build date: 6/30/2010