Previous Topic: rmusr Command—Delete a  Windows UserNext Topic: showfile Command—Display Native File Properties


setoptions Command—Set CA ControlMinder Windows Options

The setoptions command dynamically sets system‑wide CA ControlMinder options related to the Windows operating system.

Note: This command also exists in the AC environment, but operates differently there.

You need ADMIN attribute to use the setoptions command, with the exception that you need only AUDITOR or OPERATOR attribute to use the command setoptions list.

This command has the following format:

setoptions|so \
[audit_policy( \
[success(system|logon|access|rights \
	|process|security|manage)] \
[failure(system|logon|access|rights \
	|process|security|manage)] \
)]
[password(
[history(number-stored-passwords)]
[interval(nDays)]
[min_life(NDays)]
	)]
audit_policy{+|-}

Specifies whether auditing is enabled (+) or disabled (-).

audit_policy(success(system|logon|access|rights|process|security|manage))

Specifies which detected authorized access events are logged. The types of access are:

audit_policy(failure(system|logon|access|rights|process|security|manage))

Specifies which detected unauthorized access events are logged. The types of access are:

history(number-stored-passwords)

Specifies the number of previous passwords that are stored in the database. When supplying a new password, the user cannot specify any of the passwords stored in the history list. NStoredPasswords is an integer between 1 and 24. If you specify zero, no passwords are saved.

interval(nDays)

Sets the number of days that must pass after passwords are set or changed before the system prompts users for a new password.

The value of nDays must be a positive integer or zero. An interval of zero disables password interval checking for users. Set the interval to zero if you do not want passwords to expire.

min_life(NDays)

Sets the minimum number of days between password changes. NDays must be a positive integer.

More information:

showfile Command—Display File Properties