Jump to content

Recommended Posts

Posted

I've deployed a couple of new NS appliances running the latest firmware, currently 14.1 29.63. Citrix have added the new nFactor visualizer which is actually ok.

What is not OK is that they seem to have broken the ability to bind existing Auth policies to a AAA vServer. If there is no policy bound it goes straight to the visualizer and only allows to to create new policies.

 

image.png.e5c741c27bec53b21bd81f0ec0a33497.png

 

image.png.38d8f6ab0f3e4526c0ecff8395d06757.png

If you have policies already bound you can get the usual layout.

image.thumb.png.f9e7f024b2d815340cfe4075ea56cde7.png

 

The easy workaround is to bind a No-Auth policy via cmd line and then update it. 

Thought I'd post this and the code for anyone struggling. Replace AAA-vServer with the name of your AAA vServer.

 

add authentication Policy auth_pol_NOAUTH -rule true -action NO_AUTHN
bind authentication vserver AAA-vServer -policy auth_pol_NOAUTH -priority 100

 

 

 

 

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...