rmauthpol
The rmauthpol command allows you to remove an authentication policy.
Parameters
- -quiet
- (Optional) Turns off the removal confirmation prompt for this command.
- pol_name ... | -
- (Required) The name of the authentication policy that you want to remove. The ellipsis (...) indicates that, optionally, you can specify multiple values. If you use the dash (-), the specified value is read from standard input. You cannot use the dash (-) while you are in the DS CLI interactive command mode.
Example: Removing an authentication policy.
dscli> rmauthpol my_policy3
Output:
Are you sure you want to delete Authentication policy my_policy3? y/n y Authentication policy my_policy3 successfully removed.