Technical Documentation

Disabling the User Role-Based Policy Feature

Problem

If the user role-based policy feature does not behave as expected, you can use the IDP command-line interface (CLI) to disable it.

Solution

To disable the user role-based policy feature:

  1. Log into the CLI as admin and enter su - to switch to root.
  2. Enter the following command to show the current value:

    [root@defaulthost admin]# scio const -s s0 get sc_enable_user_policy
    scio: sc_enable_user_policy = 0x1

    A 1 (0x1) indicates the feature is enabled; a 0 (0x0) indicates the feature is disabled.

  3. Enter the following command to disable the feature:

    [root@defaulthost admin]# scio const -s s0 set sc_enable_user_policy 0
    scio: setting sc_enable_user_policy to 0x0

Published: 2010-01-12