Posted October 18, 2024Oct 18 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. If you have policies already bound you can get the usual layout. 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
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.