3.108. <AuthLog EVENTLOG>

This clause logs authentication successes and failures to Microsoft Windows Event Log. There is an example configuration available in goodies/eventlog.cfg.
<AuthLog EVENTLOG> understands also the same parameters as all AuthLogs. For more information, see Section 3.104. <AuthLog xxxxxx>.
Note
<AuthLog EVENTLOG> is only available when Radiator is running on Windows

3.108.1. SuccessFormat

This optional parameter specifies the format that is to be used to log authentication successes. You can use any of the special characters. For more information about special characters, see Section 3.3. Special formatters. The default value is Access-Accept for user %U.

3.108.2. FailureFormat

This optional parameter specifies the format that is to be used to log authentication failures. You can use any of the special characters defined. For more information about special characters, see Section 3.3. Special formatters. The default value is Access-Reject for user %U.

3.108.3. IgnoreFormat

This string defines the format of an ignore message. You can use any special characters. For more information, see Section 3.3. Special formatters. The default value is Ignore for user %U.