Before you begin
Before starting this task, the wsadmin tool must be running. See the Starting the wsadmin scripting client article for more information.Why and when to perform this task
The default profile sets up procedures so that you can enable and disable global security based on LocalOS registry.
Steps for this task (dependent on configuration)
Using Jacl:
securityon help
Syntax: securityon user password
securityon()
Syntax: securityon(user, password)
Using Jacl:
securityon user1 password1
securityon('user1', 'password1')
Using Jacl:
securityoff
securityoff()