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.
To assign a login policy to an existing user (Sybase Central)
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.
To assign a login policy to an existing user (SQL)
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; |
Send feedback about this page via email or DocCommentXchange | Copyright © 2008, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.0 |