Managing Password Synchronization
Use the SSOMANAGE command-line utility to enable or disable Single Sign-On (SSO) features, and to display current SSO database settings.
To manage features or display settings using the MMC Snap-In
Right-click the appropriate feature or database.
Click the appropriate command.
To enable SSO features using the command line
Click Start, click Run, type
cmd
, and then click OK.At the command prompt, go to the Enterprise Single Sign-On installation directory.
The default is <drive>:\Program Files\Common Files\Enterprise Single Sign-On.
Type
ssomanage -enable
and press ENTER.
To disable SSO features using the command line
Click Start, click Run, type
cmd
, and then click OK.At the command prompt, go to the Enterprise Single Sign-On installation directory.
The default is <drive>:\Program Files\Common Files\Enterprise Single Sign-On.
Type
ssomanage -disable
and press ENTER.
To display current database settings using the command line
Click Start, click Run, type
cmd
, and then click OK.At the command prompt, go to the Enterprise Single Sign-On installation directory.
The default is <drive>:\Program Files\Common Files\Enterprise Single Sign-On.
Type
ssomanage -displaydb
and press ENTER.