Parameter: cacsignon

Startup parameters change the behavior of the Service Manager server. You can always set a startup parameter from the server's operating system command prompt.

Parameter

cacsignon

Description

This parameter defines whether trusted clients can log on to the Service Manager server by using a Common Access Card (CAC) and without entering log-on information. Enable this parameter to allow trusted clients to bypass the Service Manager log-on screen and directly log in with a valid certificate stored in a CAC.

Once cacsignon is enabled, the following parameters are automatically (and implicitly) set to 1:

Parameter Value Notes
ssl 1 Any other value explicitly specified in sm.ini are ignored.
sslConnector 1
ssl_reqClientAuth 1 Any other value explicitly specified in sm.ini are ignored except ssl_reqClientAuth:2.

Valid if set from

Server's operating system command prompt

Initialization file (sm.ini)

Requires restart of the Service Manager server?

Yes

Default value

0

Possible values

0 (Disable CAC sign-on)

1 (Enable CAC sign-on)

Example usage

Command line: sm -httpPort:13080 -cacsignon:1

Initialization file: cacsignon:1

Related topics

Common Access Card (CAC) sign-on
Example: enabling CAC sign-on

Related topics

Requirements for CAC sign-on