Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The RAS_AUTH_ATTRIBUTE_TYPE enumerated type specifies attribute values used for session authentication. Further details for values in this enumerated type are obtained by referring to one of the four following references: RFC 2865, RFC 2866, RFC 2869, or RFC 2868.
Syntax
typedef enum _RAS_AUTH_ATTRIBUTE_TYPE_ {
raatMinimum = 0,
raatUserName,
raatUserPassword,
raatMD5CHAPPassword,
raatNASIPAddress,
raatNASPort,
raatServiceType,
raatFramedProtocol,
raatFramedIPAddress,
raatFramedIPNetmask,
raatFramedRouting = 10,
raatFilterId,
raatFramedMTU,
raatFramedCompression,
raatLoginIPHost,
raatLoginService,
raatLoginTCPPort,
raatUnassigned17,
raatReplyMessage,
raatCallbackNumber,
raatCallbackId = 20,
raatUnassigned21,
raatFramedRoute,
raatFramedIPXNetwork,
raatState,
raatClass,
raatVendorSpecific,
raatSessionTimeout,
raatIdleTimeout,
raatTerminationAction,
raatCalledStationId = 30,
raatCallingStationId,
raatNASIdentifier,
raatProxyState,
raatLoginLATService,
raatLoginLATNode,
raatLoginLATGroup,
raatFramedAppleTalkLink,
raatFramedAppleTalkNetwork,
raatFramedAppleTalkZone,
raatAcctStatusType = 40,
raatAcctDelayTime,
raatAcctInputOctets,
raatAcctOutputOctets,
raatAcctSessionId,
raatAcctAuthentic,
raatAcctSessionTime,
raatAcctInputPackets,
raatAcctOutputPackets,
raatAcctTerminateCause,
raatAcctMultiSessionId = 50,
raatAcctLinkCount,
raatAcctEventTimeStamp = 55,
raatMD5CHAPChallenge = 60,
raatNASPortType,
raatPortLimit,
raatLoginLATPort,
raatTunnelType,
raatTunnelMediumType,
raatTunnelClientEndpoint,
raatTunnelServerEndpoint,
raatARAPPassword = 70,
raatARAPFeatures,
raatARAPZoneAccess,
raatARAPSecurity,
raatARAPSecurityData,
raatPasswordRetry,
raatPrompt,
raatConnectInfo,
raatConfigurationToken,
raatEAPMessage,
raatSignature = 80,
raatARAPChallengeResponse = 84,
raatAcctInterimInterval = 85,
raatNASIPv6Address = 95,
raatFramedInterfaceId,
raatFramedIPv6Prefix,
raatLoginIPv6Host,
raatFramedIPv6Route,
raatFramedIPv6Pool,
raatARAPGuestLogon = 8096,
raatCertificateOID,
raatEAPConfiguration,
raatPEAPEmbeddedEAPTypeId = 8099,
raatInnerEAPTypeId = 8099,
raatPEAPFastRoamedSession = 8100,
raatFastRoamedSession = 8100,
raatEAPTLV = 8102,
raatCredentialsChanged,
raatCertificateThumbprint = 8250,
raatPeerId = 9000,
raatServerId,
raatMethodId,
raatEMSK,
raatSessionId,
raatReserved
} RAS_AUTH_ATTRIBUTE_TYPE;
Constants
raatMinimumValue: 0 Specifies a value equal to zero, and used as the NULL terminator in any array of RAS_AUTH_ATTRIBUTE structures. |
||||||||||||||||||||||||||||||||
raatUserNameSpecifies the name of the user to be authenticated. The value field in RAS_AUTH_ATTRIBUTE for this type is a pointer. For more information, see RFC 2865. |
||||||||||||||||||||||||||||||||
raatUserPasswordSpecifies the password of the user to be authenticated. The value field in RAS_AUTH_ATTRIBUTE for this type is a pointer. For more information, see RFC 2865. |
||||||||||||||||||||||||||||||||
raatMD5CHAPPasswordSpecifies the password provided by the user in response to an MD5 Challenge Handshake Authentication Protocol (CHAP) challenge. The value field in RAS_AUTH_ATTRIBUTE for this type is a pointer. For more information, see RFC 2865. |
||||||||||||||||||||||||||||||||
raatNASIPAddressSpecifies the Network Access Server (NAS) IP address. An Access-Request should specify either an NAS IP address or an NAS identifier. The value field in RAS_AUTH_ATTRIBUTE for this type is a 32-bit integral value. For more information, see RFC 2865. |
||||||||||||||||||||||||||||||||
raatNASPortSpecifies the physical or virtual private network (VPN) through which the user is connecting to the NAS. Note that this value is not a port number in the sense of TCP or UDP. The value field in RAS_AUTH_ATTRIBUTE for this type is a 32-bit integral value. For more information, see RFC 2865. |
||||||||||||||||||||||||||||||||
raatServiceTypeSpecifies the type of service the user has requested or the type of service to be provided. The value field in RAS_AUTH_ATTRIBUTE for this type is a 32-bit integral value. For more information, see RFC 2865. |
||||||||||||||||||||||||||||||||
raatFramedProtocolSpecifies the type of framed protocol to use for framed access, for example SLIP, PPP, or ARAP (AppleTalk Remote Access Protocol). The value field in RAS_AUTH_ATTRIBUTE for this type is a 32-bit integral value. For more information, see RFC 2865. |
||||||||||||||||||||||||||||||||
raatFramedIPAddressSpecifies the IP address that is configured for the user requesting authentication. This attribute is typically returned by the authentication provider. However, the NAS may use it in an authentication request to specify a preferred IP address. The value field in RAS_AUTH_ATTRIBUTE for this type is a 32-bit integral value. For more information, see RFC 2865. |
||||||||||||||||||||||||||||||||
raatFramedIPNetmaskSpecifies the IP network mask for a user that is a router to a network. The value field in RAS_AUTH_ATTRIBUTE for this type is a 32-bit integral value. For more information, see RFC 2865. |
||||||||||||||||||||||||||||||||
raatFramedRoutingValue: 10 Specifies the routing method for a user that is a router to a network. The value field in RAS_AUTH_ATTRIBUTE for this type is a 32-bit integral value. For more information, see RFC 2865. |
||||||||||||||||||||||||||||||||
raatFilterIdSpecifies the filter list for the user requesting authentication. The value field in RAS_AUTH_ATTRIBUTE for this type is a pointer. For more information, see RFC 2865. |
||||||||||||||||||||||||||||||||
raatFramedMTUSpecifies the Maximum Transmission Unit (MTU) for the user. This attribute is used in cases where the MTU is not negotiated through some other means, such as PPP. The value field in RAS_AUTH_ATTRIBUTE for this type is a 32-bit integral value. For more information, see RFC 2865. |
||||||||||||||||||||||||||||||||
raatFramedCompressionSpecifies a compression protocol to use for the connection. The value field in RAS_AUTH_ATTRIBUTE for this type is a 32-bit integral value. For more information, see RFC 2865. |
||||||||||||||||||||||||||||||||
raatLoginIPHostSpecifies the system with which to connect the user. The value field in RAS_AUTH_ATTRIBUTE for this type is a 32-bit integral value. For more information, see RFC 2865. |
||||||||||||||||||||||||||||||||
raatLoginServiceSpecifies the service to use to connect the user to the host specified by raatLoginIPHost. The value field in RAS_AUTH_ATTRIBUTE for this type is a 32-bit integral value. For more information, see RFC 2865. |
||||||||||||||||||||||||||||||||
raatLoginTCPPortSpecifies the port to which to connect the user. This attribute is present only if the raatLoginService attribute is present. The value field in RAS_AUTH_ATTRIBUTE for this type is a 32-bit integral value. For more information, see RFC 2865. |
||||||||||||||||||||||||||||||||
raatUnassigned17This value is currently unassigned. |
||||||||||||||||||||||||||||||||
raatReplyMessageSpecifies a message to display to the user. The value field in RAS_AUTH_ATTRIBUTE for this type is a pointer. For more information, see RFC 2865. |
||||||||||||||||||||||||||||||||
raatCallbackNumberSpecifies a callback number. The value field in RAS_AUTH_ATTRIBUTE for this type is a pointer. For more information, see RFC 2865. |
||||||||||||||||||||||||||||||||
raatCallbackIdValue: 20 Specifies a location to call back. The value of this attribute is interpreted by the NAS. The value field in RAS_AUTH_ATTRIBUTE for this type is a pointer. For more information, see RFC 2865. |
||||||||||||||||||||||||||||||||
raatUnassigned21This value is currently unassigned. The value field in RAS_AUTH_ATTRIBUTE for this type is also undefined. |
||||||||||||||||||||||||||||||||
raatFramedRouteSpecifies routing information to configure on the NAS for the user. The value field in RAS_AUTH_ATTRIBUTE for this type is a pointer. For more information, see RFC 2865. |
||||||||||||||||||||||||||||||||
raatFramedIPXNetworkSpecifies the IPX network number to configure for the user. The value field in RAS_AUTH_ATTRIBUTE for this type is a 32-bit integral value. For more information, see RFC 2865. |
||||||||||||||||||||||||||||||||
raatStateSpecifies state information provided to the client by the server. Refer to RFC 2865 for detailed information about this value. The value field in RAS_AUTH_ATTRIBUTE for this type is a pointer. |
||||||||||||||||||||||||||||||||
raatClassSpecifies a value that is provided to the NAS by the authentication provider. The NAS should use this value when communicating with the accounting provider. The value field in RAS_AUTH_ATTRIBUTE for this type is a pointer. For more information, see RFC 2865. |
||||||||||||||||||||||||||||||||
raatVendorSpecificSpecifies a field for vendor-supplied extended attributes. The value field in RAS_AUTH_ATTRIBUTE for this type is a pointer. For more information, see RFC 2865. |
||||||||||||||||||||||||||||||||
raatSessionTimeoutSpecifies the maximum number of seconds for which to provide service to the user. After this time, the session is terminated. The value field in RAS_AUTH_ATTRIBUTE for this type is a 32-bit integral value. For more information, see RFC 2865. |
||||||||||||||||||||||||||||||||
raatIdleTimeoutSpecifies the maximum number of consecutive seconds the session can be idle. If the idle time exceeds this value, the session is terminated. The value field in RAS_AUTH_ATTRIBUTE for this type is a 32-bit integral value. For more information, see RFC 2865. |
||||||||||||||||||||||||||||||||
raatTerminationActionSpecifies an action the server performs when time the connection terminates. Refer to the above-referenced files for detailed information about this value. The value field in RAS_AUTH_ATTRIBUTE for this type is 32-bit integral value. For more information, see RFC 2865. |
||||||||||||||||||||||||||||||||
raatCalledStationIdValue: 30 Specifies the number that the user dialed to connect to the NAS. The value field in RAS_AUTH_ATTRIBUTE for this type is a pointer. For more information, see RFC 2865. |
||||||||||||||||||||||||||||||||
raatCallingStationIdSpecifies the number from which the user is calling. The value field in RAS_AUTH_ATTRIBUTE for this type is a pointer. For more information, see RFC 2865. |
||||||||||||||||||||||||||||||||
raatNASIdentifierSpecifies the NAS identifier. An Access-Request should specify either an NAS identifier or an NAS IP address. The value field in RAS_AUTH_ATTRIBUTE for this type is a pointer. For more information, see RFC 2865. |
||||||||||||||||||||||||||||||||
raatProxyStateSpecifies a value that a proxy server includes when forwarding an authentication request. The value field in RAS_AUTH_ATTRIBUTE for this type is a pointer. For more information, see RFC 2865. |
||||||||||||||||||||||||||||||||
raatLoginLATServiceSpecifies an attribute that is not currently used for authentication on Windows 2000. For more information, see RFC 2865. |
||||||||||||||||||||||||||||||||
raatLoginLATNodeSpecifies an attribute that is not currently used for authentication on Windows 2000. For more information, see RFC 2865. |
||||||||||||||||||||||||||||||||
raatLoginLATGroupSpecifies an attribute that is not currently used for authentication on Windows 2000. For more information, see RFC 2865. |
||||||||||||||||||||||||||||||||
raatFramedAppleTalkLinkSpecifies the AppleTalk network number for the user when the user is another router. The value field in RAS_AUTH_ATTRIBUTE for this type is 32-bit integral value. For more information, see RFC 2865. |
||||||||||||||||||||||||||||||||
raatFramedAppleTalkNetworkSpecifies the AppleTalk network number that the NAS should use to allocate an AppleTalk node for the user. This attribute is used only when the user is not another router. The value field in RAS_AUTH_ATTRIBUTE for this type is a 32-bit integral value. For more information, see RFC 2865. |
||||||||||||||||||||||||||||||||
raatFramedAppleTalkZoneSpecifies the AppleTalk default zone for the user. The value field in RAS_AUTH_ATTRIBUTE for this type is a pointer. For more information, see RFC 2865. |
||||||||||||||||||||||||||||||||
raatAcctStatusTypeValue: 40 Specifies whether the accounting provider should start or stop accounting for the user. The value field in RAS_AUTH_ATTRIBUTE for this type is a 32-bit integral value. For more information, see RFC 2866. |
||||||||||||||||||||||||||||||||
raatAcctDelayTimeSpecifies the length of time that the client has been attempting to send the current request. The value field in RAS_AUTH_ATTRIBUTE for this type is a 32-bit integral value. For more information, see RFC 2866. |
||||||||||||||||||||||||||||||||
raatAcctInputOctetsSpecifies the number of octets that have been received during the current accounting session. The value field in RAS_AUTH_ATTRIBUTE for this type is a 32-bit integral value. For more information, see RFC 2866. |
||||||||||||||||||||||||||||||||
raatAcctOutputOctetsSpecifies the number of octets that were sent during the current accounting session. The value field in RAS_AUTH_ATTRIBUTE for this type is a 32-bit integral value. For more information, see RFC 2866. |
||||||||||||||||||||||||||||||||
raatAcctSessionIdSpecifies a value to enable the identification of matching start and stop records within a log file. The start and stop records are sent in the raatAcctStatusType attribute. The value field in RAS_AUTH_ATTRIBUTE for this type is a pointer. For more information, see RFC 2866. |
||||||||||||||||||||||||||||||||
raatAcctAuthenticSpecifies, to the accounting provider, how the user was authenticated; for example by Windows 2000 Directory Services, RADIUS, or some other authentication provider. The value field in RAS_AUTH_ATTRIBUTE for this type is a 32-bit integral value. For more information, see RFC 2866. |
||||||||||||||||||||||||||||||||
raatAcctSessionTimeSpecifies the number of seconds that have elapsed in the current accounting session. The value field in RAS_AUTH_ATTRIBUTE for this type is a 32-bit integral value. For more information, see RFC 2866. |
||||||||||||||||||||||||||||||||
raatAcctInputPacketsSpecifies the number of packets that have been received during the current accounting session. The value field in RAS_AUTH_ATTRIBUTE for this type is a 32-bit integral value. For more information, see RFC 2866. |
||||||||||||||||||||||||||||||||
raatAcctOutputPacketsSpecifies the number of packets that have been sent during the current accounting session. The value field in RAS_AUTH_ATTRIBUTE for this type is a 32-bit integral value. For more information, see RFC 2866. |
||||||||||||||||||||||||||||||||
raatAcctTerminateCauseSpecifies how the current accounting session was terminated. The value field in RAS_AUTH_ATTRIBUTE for this type is a 32-bit integral value. For more information, see RFC 2866. |
||||||||||||||||||||||||||||||||
raatAcctMultiSessionIdValue: 50 Specifies a value to enable the identification of related accounting sessions within a log file. The value field in RAS_AUTH_ATTRIBUTE for this type is a 32-bit integral value. For more information, see RFC 2866. |
||||||||||||||||||||||||||||||||
raatAcctLinkCountSpecifies the number of links if the current accounting session is using a multilink connection. The value field in RAS_AUTH_ATTRIBUTE for this type is a 32-bit integral value. For more information, see RFC 2866. |
||||||||||||||||||||||||||||||||
raatAcctEventTimeStampValue: 55 Specifies an attribute that is included in an accounting request packet. It specifies the time that the event took place. The value field in RAS_AUTH_ATTRIBUTE for this type is a 32-bit integral value. For more information, see the RFC 2869 Internet draft. |
||||||||||||||||||||||||||||||||
raatMD5CHAPChallengeValue: 60 Specifies the CHAP challenge sent by the NAS to a CHAP user. The value field in RAS_AUTH_ATTRIBUTE for this type is a pointer. For more information, see RFC 2865. |
||||||||||||||||||||||||||||||||
raatNASPortTypeSpecifies the type of the port through which the user is connecting, for example, asynchronous, ISDN, virtual. The value field in RAS_AUTH_ATTRIBUTE for this type is a 32-bit integral value. For more information, see RFC 2865. |
||||||||||||||||||||||||||||||||
raatPortLimitSpecifies the number of ports the NAS should make available to the user for multilink sessions. The value field in RAS_AUTH_ATTRIBUTE for this type is a 32-bit integral value. For more information, see RFC 2865. |
||||||||||||||||||||||||||||||||
raatLoginLATPortSpecifies an attribute that is not currently used for authentication on Windows 2000. For more information, see RFC 2865. |
||||||||||||||||||||||||||||||||
raatTunnelTypeSpecifies the tunneling protocol used. The following table lists valid tunnel types.
|
||||||||||||||||||||||||||||||||
raatTunnelMediumTypeSpecifies which transport medium to use when creating a tunnel for those protocols (such as L2TP) that can operate over multiple transports. The following table lists valid medium types.
|
||||||||||||||||||||||||||||||||
raatTunnelClientEndpointPoints to the address of the initiator end of the tunnel. |
||||||||||||||||||||||||||||||||
raatTunnelServerEndpointPoints to the address of the server end of the tunnel. |
||||||||||||||||||||||||||||||||
raatARAPPasswordValue: 70 Specifies a password to use for AppleTalk Remote Access Protocol (ARAP) authentication. The value field in RAS_AUTH_ATTRIBUTE for this type is a pointer. For more information, see RFC 2869 . |
||||||||||||||||||||||||||||||||
raatARAPFeaturesSpecifies information that an NAS should send back to the user in an ARAP "feature flags" packet. The value field in RAS_AUTH_ATTRIBUTE for this type is a pointer. For more information, see RFC 2869. |
||||||||||||||||||||||||||||||||
raatARAPZoneAccessSpecifies how to use the ARAP zone list for the user. The value field in RAS_AUTH_ATTRIBUTE for this type is a 32-bit integral value. For more information, see RFC 2869. |
||||||||||||||||||||||||||||||||
raatARAPSecuritySpecifies an ARAP security module to use during a secondary authentication phase between the NAS and the user. The value field in RAS_AUTH_ATTRIBUTE for this type is a 32-bit integral. For more information, see RFC 2869. |
||||||||||||||||||||||||||||||||
raatARAPSecurityDataSpecifies the data to use with an ARAP security module. The value field in RAS_AUTH_ATTRIBUTE for this type is a pointer. For more information, see RFC 2869. |
||||||||||||||||||||||||||||||||
raatPasswordRetrySpecifies the number of password retry attempts to permit the user access. The value field in RAS_AUTH_ATTRIBUTE for this type is a 32-bit integral value. |
||||||||||||||||||||||||||||||||
raatPromptSpecifies whether the NAS should echo the user response to a challenge. The value field in RAS_AUTH_ATTRIBUTE for this type is a 32-bit integral value. For more information, see RFC 2869. |
||||||||||||||||||||||||||||||||
raatConnectInfoSpecifies information about the type of connection the user is using. The value field in RAS_AUTH_ATTRIBUTE for this type is a Pointer. For more information, see RFC 2869. |
||||||||||||||||||||||||||||||||
raatConfigurationTokenSpecifies user-profile information in communications between RADIUS Proxy Servers and RADIUS Proxy Clients. The value field in RAS_AUTH_ATTRIBUTE for this type is a pointer. For more information, see RFC 2869. |
||||||||||||||||||||||||||||||||
raatEAPMessageSpecifies that EAP information be sent directly between the user and the authentication provider. The value field in RAS_AUTH_ATTRIBUTE for this type is a pointer. For more information, see RFC 2869. |
||||||||||||||||||||||||||||||||
raatSignatureValue: 80 Specifies a signature to include with CHAP, EAP, or ARAP packets. The value field in RAS_AUTH_ATTRIBUTE for this type is a pointer. For more information, RFC 2869. |
||||||||||||||||||||||||||||||||
raatARAPChallengeResponseValue: 84 Specifies the response to a Apple Remote Access Protocol (ARAP) challenge. In ARAP, either the server or the client may respond to challenges. The value field in RAS_AUTH_ATTRIBUTE for this type is a pointer. For more information, see RFC 2869. |
||||||||||||||||||||||||||||||||
raatAcctInterimIntervalValue: 85 Specifies the time, in seconds, between accounting updates. The value field in RAS_AUTH_ATTRIBUTE for this type is a 32-bit integral value. For more information, see RFC 2869. |
||||||||||||||||||||||||||||||||
raatNASIPv6AddressValue: 95 |
||||||||||||||||||||||||||||||||
raatFramedInterfaceId |
||||||||||||||||||||||||||||||||
raatFramedIPv6Prefix |
||||||||||||||||||||||||||||||||
raatLoginIPv6Host |
||||||||||||||||||||||||||||||||
raatFramedIPv6Route |
||||||||||||||||||||||||||||||||
raatFramedIPv6Pool |
||||||||||||||||||||||||||||||||
raatARAPGuestLogonValue: 8096 Specifies a Apple Remote Access Protocol (ARAP) guest logon. The value field in RAS_AUTH_ATTRIBUTE for this type is a 32-bit integral value. For more information, see RFC 2869. |
||||||||||||||||||||||||||||||||
raatCertificateOIDReserved for internal use only. |
||||||||||||||||||||||||||||||||
raatEAPConfigurationReserved for internal use only. |
||||||||||||||||||||||||||||||||
raatPEAPEmbeddedEAPTypeIdValue: 8099 Reserved for internal use only. |
||||||||||||||||||||||||||||||||
raatInnerEAPTypeIdValue: 8099 |
||||||||||||||||||||||||||||||||
raatPEAPFastRoamedSessionValue: 8100 Reserved for internal use only. |
||||||||||||||||||||||||||||||||
raatFastRoamedSessionValue: 8100 |
||||||||||||||||||||||||||||||||
raatEAPTLVValue: 8102 Indicates and EAP-TLV attribute. |
||||||||||||||||||||||||||||||||
raatCredentialsChanged |
||||||||||||||||||||||||||||||||
raatCertificateThumbprintValue: 8250 |
||||||||||||||||||||||||||||||||
raatPeerIdValue: 9000 |
||||||||||||||||||||||||||||||||
raatServerId |
||||||||||||||||||||||||||||||||
raatMethodId |
||||||||||||||||||||||||||||||||
raatEMSK |
||||||||||||||||||||||||||||||||
raatSessionId |
||||||||||||||||||||||||||||||||
raatReservedThe value field in RAS_AUTH_ATTRIBUTE for this type is undefined. |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows 2000 Professional [desktop apps only] |
| Minimum supported server | Windows 2000 Server [desktop apps only] |
| Header | raseapif.h |