Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
The values of the USERPROPERTIES enumeration type enumerate the user properties supported by the SDO API.
typedef enum _USERPROPERTIES
{
PROPERTY_USER_CALLING_STATION_ID = PROPERTY_SDO_START,
PROPERTY_USER_SAVED_CALLING_STATION_ID,
PROPERTY_USER_RADIUS_CALLBACK_NUMBER,
PROPERTY_USER_RADIUS_FRAMED_ROUTE,
PROPERTY_USER_RADIUS_FRAMED_IP_ADDRESS,
PROPERTY_USER_SAVED_RADIUS_CALLBACK_NUMBER,
PROPERTY_USER_SAVED_RADIUS_FRAMED_ROUTE,
PROPERTY_USER_SAVED_RADIUS_FRAMED_IP_ADDRESS,
PROPERTY_USER_ALLOW_DIALIN,
PROPERTY_USER_SERVICE_TYPE,
PROPERTY_USER_RADIUS_FRAMED_IPV6_ROUTE,
PROPERTY_USER_SAVED_RADIUS_FRAMED_IPV6_ROUTE,
PROPERTY_USER_RADIUS_FRAMED_INTERFACE_ID,
PROPERTY_USER_SAVED_RADIUS_FRAMED_INTERFACE_ID,
PROPERTY_USER_RADIUS_FRAMED_IPV6_PREFIX,
PROPERTY_USER_SAVED_RADIUS_FRAMED_IPV6_PREFIX
}USERPROPERTIES;
Constants
PROPERTY_USER_CALLING_STATION_ID
The number from which the user must call.PROPERTY_USER_SAVED_CALLING_STATION_ID
The number stored in the user interface when calling-station ID is disabled.PROPERTY_USER_RADIUS_CALLBACK_NUMBER
The number at which to callback this user.PROPERTY_USER_RADIUS_FRAMED_ROUTE
Specifies static routes assigned to this user.PROPERTY_USER_RADIUS_FRAMED_IP_ADDRESS
Specifies a static IP address assigned to this user.PROPERTY_USER_SAVED_RADIUS_CALLBACK_NUMBER
The callback number stored in the user interface when callback is disabled.PROPERTY_USER_SAVED_RADIUS_FRAMED_ROUTE
The routes stored in the user interface when static routes are disabled.PROPERTY_USER_SAVED_RADIUS_FRAMED_IP_ADDRESS
The static IP address stored in the user interface when static IP addresses are disabled.PROPERTY_USER_ALLOW_DIALIN
Specifies whether dial-in allowed, denied, or determined by policy.PROPERTY_USER_SERVICE_TYPE
Specifies whether callback is enabled for this user. See RAS_USER_1 for more information about the possible values for this property.PROPERTY_USER_RADIUS_FRAMED_IPV6_ROUTE
Specifies routing information to be configured for the user on the NAS. See the Framed-IPv6-Route section in RFC 3162 for more information.**Windows Server 2003 and earlier: **This value is unavailable.
PROPERTY_USER_SAVED_RADIUS_FRAMED_IPV6_ROUTE
Specifies saved routing information for the user on the NAS. See the Framed-IPv6-Route section in RFC 3162 for more information.**Windows Server 2003 and earlier: **This value is unavailable.
PROPERTY_USER_RADIUS_FRAMED_INTERFACE_ID
Used for IPv6. Specifies the interface identifier to be configured for the user. See the Framed-Interface-Id section in RFC 3162 for more information.**Windows Server 2003 and earlier: **This value is unavailable.
PROPERTY_USER_SAVED_RADIUS_FRAMED_INTERFACE_ID
Used for IPv6. Specifies the saved interface identifier for the user. See the Framed-Interface-Id section in RFC 3162 for more information.**Windows Server 2003 and earlier: **This value is unavailable.
PROPERTY_USER_RADIUS_FRAMED_IPV6_PREFIX
Specifies an IPv6 prefix (and corresponding route) to be configured for the user. See the Framed-IPv6-Prefix section in RFC 3162 for more information.**Windows Server 2003 and earlier: **This value is unavailable.
PROPERTY_USER_SAVED_RADIUS_FRAMED_IPV6_PREFIX
Specifies an IPv6 prefix (and corresponding route) saved for the user. See the Framed-IPv6-Prefix section in RFC 3162 for more information.**Windows Server 2003 and earlier: **This value is unavailable.
Remarks
The properties that are available for a user object depend on where the user object is stored, such as stand-alone servers, Windows NT Server 4.0 Domains, Windows 2000 Server Mixed-Mode Domains, and Windows 2000 Server Native Domains.
Requirements
Server |
Requires Windows Server 2008, Windows Server 2003, or Windows 2000 Server. |
Header |
Declared in SdoIas.h. |
IDL |
Declared in SdoIas.idl. |
See Also
Send comments about this topic to Microsoft
Build date: 10/15/2007