Download This Guide
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 |
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 |
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 |
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 |
Default value is 0. |