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.
typedef enum FpcConfigurationStorageServerConnectionType { 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
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;
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.
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.
Client | Requires Windows Vista or Windows XP. |
---|---|
Server | Requires Windows Server 2008. |
Version | Requires Forefront Threat Management Gateway (TMG). |
Header |
Declared in Comenum.h. |
Send comments about this topic to Microsoft
Build date: 11/30/2009
© 2008 Microsoft Corporation. All rights reserved.