Removing a User from the Security Database Using the Services API

From InterBase
Jump to: navigation, search

Go Up to Configuring Users Using the Services API


You can create a new user in the InterBase security database (admin.ib by default) using the cluster identifier isc_action_svc_delete_user. The following table lists arguments to this cluster:

Services API remove user arguments
Argument Purpose Argument length Argument value

isc_spb_sec_username

Name of user to delete; mandatory argument, must be the first parameter.

2 byte length + string

String

isc_spb_sql_role_name

Optional SQL role to adopt when administering users (reserved for future use).

2 byte length + string

String

If you remove a user entry from the InterBase security database (admin.ib by default), no one can log in to any database on that server using that name. You must create a new entry for that name using isc_action_svc_add_user.