Hello,
Please try the following steps:
1. Go to "Global Configuration" >> "General" >> "Authentication Profile" = "Profile-1" >> "Append OTP to" = "Password"
2. "Enable Password Authentication through YubiRADIUS" = "No"
3. ssh to YubiRADIUS VA and follow the steps below
# cd /etc/freeradius/sites-available
4. Comment entries in "default" and "inner-tunnel" file:
# vim default
comment "ldap" from "authorize" section # ldap
Comment pap entry as shown below from "authenticate" section:
authenticate {
Auth-Type PAP { perl # pap }
# vim inner-tunnel
comment "ldap" from "authorize" section # ldap
Comment pap entery as shown below:
authenticate {
Auth-Type PAP { perl # pap }
5. Restart the freeradius using following command:
# /etc/init.d/freeradius restart
6. Try authentication testing ===================================
If you have any issues, please write to "support@yubico.com".
Thanks and best regards, Samir.
|