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
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.

	= 0,
  fpcConfigurationStorageServerConnectionLDAPS
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.

   = 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 Vista or Windows XP.
Server Requires Windows Server 2008.
Version Requires Forefront Threat Management Gateway (TMG).
Header

Declared in Comenum.h.

See Also

Enumerated Types


Send comments about this topic to Microsoft

Build date: 11/30/2009

© 2008 Microsoft Corporation. All rights reserved.