Prompt Error "Feature is not implemented" after Read-Only users login GUI

Prompt Error "Feature is not implemented" after Read-Only users login GUI

book

Article ID: CTX477292

calendar_today

Updated On:

Description

Read-only user login GUI and get an error "Feature is not implemented".
image.png

Resolution

Complete the following steps to configure NetScaler Command Policy through GUI to avoid seeing this error.
  1. Navigate to System > User Administration > Command Policies
  2. Select read-only and click Add to create a new Command Policy.
  3. Insert "|(^show\s+system\s+session)" into the end of expression, then click Create.
a.png
  1. Bind the Command Policy to the user account.

 

Problem Cause

This error is returned by NetScaler when executing command "show system session" in GUI.

All the commands "show system xxx" are not included in built-in read-only Command Policy, so read-only user get this error after login GUI by default.

> show system cmdPolicy read-only
Command policy: read-only       Action: ALLOW
cmdspec: (^man.*)|(^show\s+(?!system)(?!configstatus)(?!ns ns\.conf)(?!ns savedconfig)(?!ns runningConfig)(?!gslb runningConfig)(?!audit messages)(?!techsupport).*)|(^stat.*)


 

Issue/Introduction

Configure Command Policy to avoid seeing error "Feature is not implemented" in GUI.

Additional Information

https://docs.netscaler.com/en-us/citrix-adc/current-release/system/authentication-and-authorization-for-system-user/user-usergroups-command-policies.html#create-custom-command-policies