ASA Database Administration Guide
Connecting to a Database
Using integrated logins
Using integrated logins
You can remove an integrated login mapping using either Sybase Central or Interactive SQL.
To revoke an integrated login permission (Sybase Central)
Connect to a database with DBA authority.
Open the Integrated Logins folder.
In the right pane, right-click the user/group you would like to remove the integrated login permission from and choose Delete from the popup menu.
To revoke an integrated login permission (SQL)
Connect to a database with DBA authority.
Execute a REVOKE INTEGRATED LOGIN FROM statement.
The following SQL statement removes integrated login permission from the Windows NT user pchin.
REVOKE INTEGRATED LOGIN FROM pchin
For more information, see the GRANT statement.