1Y0-241 Exam QuestionsBrowse all questions from this exam

1Y0-241 Exam - Question 3


Scenario: A Citrix Administrator configured an authentication, authorization, and auditing (AAA) policy to allow users access through the Citrix ADC. The administrator bound the policy to a specific vServer.

Which policy expression will allow all users access through the vServer?

Show Answer
Correct Answer: AC

In Citrix ADC, the correct policy expression to allow all users access through the vServer is 'ns_true'. This is a special built-in expression that is evaluated as true for all requests. It is frequently used for policies that need to match all traffic or users, making it the appropriate choice for this scenario.

Discussion

4 comments
Sign in to comment
HappimanOption: A
Dec 27, 2021

"13.1 and AAA" uses the advanced(default) the express is "true." Citrix Gateway takes a "true" expression since it is a classic authentication.

ImMaax
Dec 29, 2021

good point

ImMaaxOption: C
Dec 15, 2021

Should be ns_true add authentication localPolicy Authn-Pol-1 ns_true

foreigner78Option: C
Jun 28, 2022

Tricky one, this is for 13.1 and classic still is mandatory for AAA until 2023 (with exceptions on Traffic policy) https://docs.citrix.com/en-us/citrix-adc/current-release/appexpert/policies-and-expressions/introduction-to-policies-and-exp/advanced-policy-infrastructure.html

dm999
Jul 24, 2022

C tried to use ture instead of ns_true in ADC 13 and showing invalid rule

Steve122Option: A
Jan 20, 2024

add authentication policy Authn-Pol-1 true show authentication policy Authn-Pol-1 Name: Authn-Pol-1 Rule: true Request action: LOCAL bind authentication vserver Auth-Vserver-2 -policy Authn-Pol-1