VMware Horizon Community
fborges555
Enthusiast
Enthusiast

Disable Radius on my UAG

hi gurus 

I am trying to disable Radius on my UAG v20.12 but I keep getting " please enable authentication method" has any one deal with this in the past.

Thanks a bunch for any help

 

Reply
0 Kudos
11 Replies
Mickeybyte
Hot Shot
Hot Shot

I've been struggling on this too lately :winking_face:.

Here's what you need to do:

You first need to disable the use of RADIUS on any of the Edge Service Settings. E.g. for Horizon: Open the Horizon Settings on the UAG, choose "More" then scroll up again and set "Auth Methods" to "passthrough" and save.

Now you can go to the Authentication settings and disable the RADIUS option.

As long as you have RADIUS used on an edge service somewhere, you won't be able to disable RADIUS in the authentication settings.

 


Regards,
Mickeybyte (ITPro blog)

If you found this comment useful or an answer to your question, please mark as 'Solved' and/or click the 'Kudos' button, please ask follow-up questions if you have any.
Reply
0 Kudos
fborges555
Enthusiast
Enthusiast

Thanks for jumping in

 

I have changed all possible including Passthrough and NADA, I keep getting the same error. Have you tried something else?

 

This is insaneeee!!!!!!!!!

Reply
0 Kudos
Mickeybyte
Hot Shot
Hot Shot

Check if there are no other edge services that are still configured to use RADIUS. As long as a service is using it, you can't disable it.

If you can't find it, do an export of the UAG config and check if you can see in the config file if you overlooked something.


Regards,
Mickeybyte (ITPro blog)

If you found this comment useful or an answer to your question, please mark as 'Solved' and/or click the 'Kudos' button, please ask follow-up questions if you have any.
Caleres
Contributor
Contributor

I have this same issue but when I changed from RADIUS to Passthrough and click save you go back in and there is nothing selected.  

Reply
0 Kudos
TonyChiu
Contributor
Contributor

I have same issue

Reply
0 Kudos
RJ1312
Contributor
Contributor

Facing the same issue. Also Radius is not working when configured with UAG but works with connection server, Any idea ?

Reply
0 Kudos
mrkasius
Hot Shot
Hot Shot

Hi RJ1312,

Which version of UAG is deployed? Yesterday, VMware released 2111.2 including fixes for RADIUS and RSA SecurID authentication.

See, https://docs.vmware.com/en/Unified-Access-Gateway/2111.2/rn/unified-access-gateway-21112-release-not...

Reply
0 Kudos
RJ1312
Contributor
Contributor

It's UAG 2106 version.

Reply
0 Kudos
mrkasius
Hot Shot
Hot Shot

Could you please share your existing settings and attach the file to the thread:

  1. Navigate to Support Settings > Export Unified Access Gateway Settings.
  2. Click INI to export the Unified Access Gateway settings.
Reply
0 Kudos
EmilianW1
Enthusiast
Enthusiast

Hi,

Have you tried disabling RADIUS as authentication Setttings first:

EmilianW1_0-1643629546171.png

 

Download JSON, modify, upload modified JSON.

It's a little bit of a pain, but I was able to do it by downloading the json file.  Look for the following:

"com.vmware.horizon.adapters.certificateAdapter.CertificateAuthAdapter",       "enabled": "true",        "enableCertCRL": "false",

Change enabled to false, save to a different name and upload the file.  Worked for me.

 

After that you should be able to disable RADUS from Edge Services.

Oryginal post: https://communities.vmware.com/t5/Horizon-Desktops-and-Apps/How-to-disable-X-509-Authentication-in-U...

KimeryJ
Contributor
Contributor

This worked for me.  changed to false then on reimport prompted me for my secret, put that in and bam, no more radius.

Thanks @EmilianW1 

Reply
0 Kudos