Subject | Re: [IBO] Distribute an application with security |
---|---|
Author | Artur Anjos |
Post date | 2003-10-01T20:54:19Z |
You must use a secure OS and treat permissions there. Since you will be
running single-user application my suggestion will be to run the server as
an application just for that user, or use Firebird 1.5 embebbed.
This will solve your problem in W2K and XP Pro, but you will have that
problem in any other win.
Artur
running single-user application my suggestion will be to run the server as
an application just for that user, or use Firebird 1.5 embebbed.
This will solve your problem in W2K and XP Pro, but you will have that
problem in any other win.
Artur
----- Original Message -----
From: "kokok_kokok" <kokok_kokok@...>
To: <IBObjects@yahoogroups.com>
Sent: Wednesday, October 01, 2003 6:55 PM
Subject: [IBO] Distribute an application with security
>
> I am starting a new project for small clients (mostly single-user),
> and I want to choose Firebird/IBO because it is affordable and has
> some database security. The problem is how can I setup a database
> that is secure(no one can open this database except a certain user
> name and password).
> I can setup a certain user name and password, but then the user can
> override my security by installing isc4.gdb which will allow him to
> access everything using SYSDBA user name. (right?)
>
> Any suggestions or comments?
>