PG RADIUS v2 - Disable OTP Method Prompt
Problem
You have completed the RADIUS v2 configuration and wish to disable the first of the two prompts during MFA - the one that asks the user to choose which method to use for the RADIUS MFA request.
Solution
Update the ‘AuthMethodPrompt' setting and set it to 'no’.
Navigate to the RADIUS v2 server (typically an Alpine Linux server running Docker).
Use a file transfer program (Filezilla, Winscp, etc.) to copy the following file to your local machine for editing:
/usr/local/PortalGuard/config.zip
Extract the files.
Edit the following file in an administrative text editor:
portalguard
Note: there is no file extension for this file.
Locate the ‘AuthMethodPrompt’ setting and set the value to ‘no’.
Before:
AuthMethodPrompt = yes
After:
AuthMethodPrompt = no
Save the file.
Select all files in the ‘config’ folder and compress them to a zip file.
Important: Ensure the files are not nested - inspecting the zip files should show all files visible under the initial ‘config.zip’ level.
Migrate this new config.zip file to the RADIUS v2 Linux server and place it in the following location:
/usr/local/PortalGuard/
Overwrite the existing folder as needed.
Within the RADIUS v2 Server, run the following command to restart RADIUS v2:
pgrad-restart.sh
Test.