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.
Note Internet Authentication Service (IAS) was renamed Network Policy Server (NPS) starting with Windows Server 2008. The content of this topic applies to both IAS and NPS. Throughout the text, NPS is used to refer to all versions of the service, including the versions originally referred to as IAS.
Syntax
typedef enum _ACCOUNTINGPROPERTIES {
PROPERTY_ACCOUNTING_LOG_ACCOUNTING,
PROPERTY_ACCOUNTING_LOG_ACCOUNTING_INTERIM,
PROPERTY_ACCOUNTING_LOG_AUTHENTICATION,
PROPERTY_ACCOUNTING_LOG_OPEN_NEW_FREQUENCY,
PROPERTY_ACCOUNTING_LOG_OPEN_NEW_SIZE,
PROPERTY_ACCOUNTING_LOG_FILE_DIRECTORY,
PROPERTY_ACCOUNTING_LOG_IAS1_FORMAT,
PROPERTY_ACCOUNTING_LOG_ENABLE_LOGGING,
PROPERTY_ACCOUNTING_LOG_DELETE_IF_FULL,
PROPERTY_ACCOUNTING_SQL_MAX_SESSIONS,
PROPERTY_ACCOUNTING_LOG_AUTHENTICATION_INTERIM,
PROPERTY_ACCOUNTING_LOG_FILE_IS_BACKUP,
PROPERTY_ACCOUNTING_DISCARD_REQUEST_ON_FAILURE
} ACCOUNTINGPROPERTIES;
Constants
PROPERTY_ACCOUNTING_LOG_ACCOUNTINGSpecifies whether accounting packets are logged. |
||||||
PROPERTY_ACCOUNTING_LOG_ACCOUNTING_INTERIMSpecifies whether interim accounting packets are logged. |
||||||
PROPERTY_ACCOUNTING_LOG_AUTHENTICATIONSpecifies whether authentication packets are logged. |
||||||
PROPERTY_ACCOUNTING_LOG_OPEN_NEW_FREQUENCYSpecifies how frequently a new log file is created. This property takes a value from the NEW_LOG_FILE_FREQUENCY enumeration type. |
||||||
PROPERTY_ACCOUNTING_LOG_OPEN_NEW_SIZESpecifies a file size. The system creates a new log file if the current log file reaches this size, and the PROPERTY_ACCOUNTING_LOG_OPEN_NEW_FREQUENCY property is set to the value IAS_LOGGING_WHEN_FILE_SIZE_REACHES. |
||||||
PROPERTY_ACCOUNTING_LOG_FILE_DIRECTORYThe file-system path to the directory where the log file is located. This path does not include the filename. It also does not include a trailing backslash. |
||||||
PROPERTY_ACCOUNTING_LOG_IAS1_FORMATSpecifies whether the log should be in NPS format or database convertible format. This property can have the following values.
|
||||||
PROPERTY_ACCOUNTING_LOG_ENABLE_LOGGINGNot used. |
||||||
PROPERTY_ACCOUNTING_LOG_DELETE_IF_FULLCauses the accounting log to be deleted when full. |
||||||
PROPERTY_ACCOUNTING_SQL_MAX_SESSIONSMaximum number of concurrent SQL server sessions. |
||||||
PROPERTY_ACCOUNTING_LOG_AUTHENTICATION_INTERIMCauses NPS to log interim access-request/access-challenge pairs for an EAP session. Otherwise, it only logs the final access-request/access-accept/reject. |
||||||
PROPERTY_ACCOUNTING_LOG_FILE_IS_BACKUP |
||||||
PROPERTY_ACCOUNTING_DISCARD_REQUEST_ON_FAILURE |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | None supported |
| Minimum supported server | Windows Server 2008 |
| Header | sdoias.h |