1 answer
Interbase SQL Server supports several user authentication methods:
- Interbase system database - admin.ib (isc4.gdb).
- Embedded User Authentication - users and passwords are stored in the client's database. Copying of the admin.ib on server.
+
In isc4.gdb / admin.ib is the main table USERS, which stores the user name, password, and other parameters.
+
among the system tables of the ODS 11.2 database there is always the RDB $ USERS table. This is the equivalent of the USERS table from admin.ib
Russian quotes from here .
|