Help us improve your experience.

Let us know what you think.

Do you have time for a two-minute survey?

Navigation  Back up to About Overview 
  
[+] Expand All
[-] Collapse All

authReport.ini File

The authReport.ini initialization file controls whether Steel-Belted Radius Carrier generates the following reports:

  • Authentication acceptance report
  • Authentication rejection report
  • Unknown authentication client report
  • Invalid shared secret report

If enabled, these reports are written to the radiusdir/authReports directory on the Steel-Belted Radius Carrier server.

Note: The settings in the authReport.ini file are overwritten when the Web GUI is used to enable or disable these reports.

[AcceptReport] Section

The [AcceptReport] section of authReport.ini (Table 43) enables or disables generation of the authentication acceptance report. The settings for the authentication acceptance report are specified in the authReportAccept.ini file, which is described on authReportAccept.ini File.

Sample syntax is:

[AcceptReport]
Enable = 1

Table 43: authReport.ini [AcceptReport] Syntax

Parameter

Function

Enable

  • If set to 1, Steel-Belted Radius Carrier periodically generates the authentication acceptance report.
  • If set to 0, the authentication acceptance report is not generated.

Default value is 0.

[BadSharedSecretReport] Section

The [BadSharedSecretReport] section of authReport.ini (Table 44) enables or disables generation of the invalid shared secret report. The settings for the invalid shared secret report are specified in the authReportBadSharedSecret.ini file, which is described on authReportBadSharedSecret.ini File.

Sample syntax is:

[BadSharedSecretReport]
Enable = 1

Table 44: authReport.ini [BadSharedSecretReport] Syntax

Parameter

Function

Enable

  • If set to 1, Steel-Belted Radius Carrier periodically generates the invalid shared secret report.
  • If set to 0, the invalid shared secret report is not generated.

Default value is 0.

[RejectReport] Section

The [RejectReport] section of authReport.ini (Table 45) enables or disables generation of the authentication rejection report. The settings for the authentication rejection report are specified in the authReportReject.ini file, which is described on authReportReject.ini File.

Sample syntax is:

[RejectReport]
Enable = 1

Table 45: authReport.ini [RejectReport] Syntax

Parameter

Function

Enable

  • If set to 1, Steel-Belted Radius Carrier periodically generates the authentication rejection report.
  • If set to 0, the authentication rejection report is not generated.

Default value is 0.

[UnknownClientReport] Section

The [UnknownClientReport] section of authReport.ini (Table 46) enables or disables generation of the unknown authentication client report. The settings for the unknown authentication client report are specified in the authReportUnknownClient.ini file, which is described on authReportUnknownClient.ini File.

Sample syntax is:

[UnknownClientReport]
Enable = 1

Table 46: authReport.ini [UnknownClientReport] Syntax

Parameter

Function

Enable

  • If set to 1, Steel-Belted Radius Carrier periodically generates the unknown authentication client report.
  • If set to 0, the unknown authentication client report is not generated.

Default value is 0.

Modified: 2018-01-11