After converting from internal security (authentication) to external security (authentication), if things go bad, and I revert it to internal security (authentication) with the script, its not working.
To convert Harvest users from Internal Security (authentication) to External Security (authentication)
%CA_SCM_HOME%\husrmgr -b <brokername> -usr <userid> -ow -ae="Y" userlist.txt
--------- This command is working correctly.
Backout Plan - To convert Harvest users back to Internal Security (authentication)
%CA_SCM_HOME%\husrmgr -b <brokername> -usr <userid> -ow -ae="N" ad-users.txt
--------- This command is not working.... It complains that password needs to be provided.
Why is this?
CA Harvest SCM all versions and platforms
More information about the husrmgr command is found here: husrmgr Command-User Manager