How to modify knowledge-based question on Netscaler Gateway

How to modify knowledge-based question on Netscaler Gateway

book

Article ID: CTX584256

calendar_today

Updated On:

Description

This article illustrates how to modify the KB (Knowledge-based question) on Netscaler Gateway


Instructions

KB modification is possible via the following file. Administrator can edit the “KBQuestions.json” file to include their choice of questions.
/nsconfig/loginschema/LoginSchema/KBQuestions.json 
To view the default knowledge-based questions JSON file from CLI
JSON file
NOTE
  • Citrix Gateway includes the set of system-defined questions by default. Administrator can edit the “KBQuestions.json” file to include their choice of questions.
  • System-defined questions are displayed only in English and language localization support is not available for these questions.
 
From <https://docs.citrix.com/en-us/citrix-adc/current-release/aaa-tm/sspr-support.html>
 
 
 
For example, below is an example of configuring a question a
root@xxxx_20#  vi KBQuestions.json
[
        {"question":"a"},
{"question":"What is the last name of the teacher who gave you your first failin
g grade?"},
        {"question":"What is the name of your favourite childhood friend?"},
        {"question":"Where were you when you first heard about 9/11?"},
        {"question":"What is the name of a college you applied to but didn't att
end?"},
 
Then below output is available after applying above change.