If you do not assign a customized login policy, users are assigned the root login policy. Use this procedure to change a user's login policy assignment.
Connect to the database as a user with DBA authority.
In the left pane, click Users & Groups.
In the right pane, right-click a user and then choose Properties.
In the Login Policy list, choose a login policy.
Click OK.
Connect to the database as a user with DBA authority.
Execute an ALTER USER statement.
This example assigns the Test2 login policy to SQLTester.
ALTER USER SQLTester LOGIN POLICY Test2; |
Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |