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:
- Log into the CLI as admin and enter su - to switch to root.
- Enter the following command to show the current
value:
[root@defaulthost admin]# scio const -s s0 get sc_enable_user_policyscio: sc_enable_user_policy = 0x1
A 1 (0x1) indicates the feature is enabled; a 0 (0x0) indicates the feature is disabled.
- Enter the following command to disable the feature:
[root@defaulthost admin]# scio const -s s0 set sc_enable_user_policy 0scio: setting sc_enable_user_policy to 0x0

