Microsoft Internet Security and Acceleration Server 2004 SDK

FPCUserMapping

The FPCUserMapping object represents the user mapping that is used to map VPN clients connecting to the ISA Server computer using an authentication method that is not based on Windows (RADIUS or EAP) to the Windows namespace. The FPCUserMapping object specifies a domain name that ISA Server can combine with a user name in the user mapping process when the user name supplied does not contain a domain name. As a result, access rules that specify user sets containing Windows users and groups are also applied to authenticated users that do not use Windows.

The FPCUserMapping object can be accessed through the RADIUSUserMapping property of the FPCVpnConfiguration object.

Click here to see the ISA Server object hierarchy.

Methods

The FPCUserMapping object defines the following methods.

Method Description
Refresh Reads the values of all of the object's properties from persistent storage, discarding any changes that have not been saved.
Save Writes the current values of all of the object's properties to persistent storage.

Properties

The FPCUserMapping object has the following properties.

Property Description
Domain Gets or sets the domain name that ISA Server can combine with a user name in the user mapping process when the user name supplied does not contain a domain name.
Enabled Gets or sets a Boolean value that indicates whether the user mapping is enabled.

Remarks

This object implements the IFPCUserMapping interface.

Requirements

Server: Requires Windows Server 2003 or Windows 2000.
Version: Requires Internet Security and Acceleration Server 2004.
Header: Declared in Msfpccom.idl.
Library: Use Microsoft Internet Security and Acceleration Server 2004 Administration Library.

See Also

COM Objects