Subject | Re: [firebird-support] Availible users as no-sysdba-user in FB 2 |
---|---|
Author | Björn Reimer |
Post date | 2007-10-09T14:53:41Z |
Hello,
thank you for the answer. That's what i was afraid of....
So every permission editor in every firebird admin tool will work
only for sysdba?
That's not a good solution.
Is there any other idea?
am Dienstag, 9. Oktober 2007 um 11:58 schrieben Sie:
--
Björn Reimer, Datenbanken und DV-Verfahren
thank you for the answer. That's what i was afraid of....
So every permission editor in every firebird admin tool will work
only for sysdba?
That's not a good solution.
Is there any other idea?
am Dienstag, 9. Oktober 2007 um 11:58 schrieben Sie:
>> Can I get a list of valid user names in fb 2 as no-sysdba user?Björn
>>
>> I've an user, which is owner of a db but not sysdba. The question is
>> how he can validate his grant statements.
>>
>> --
>> Björn Reimer, Datenbanken und DV-Verfahren
>>
> not sure what you mean by validate his grant statements but for the owner to
> see the list of users, you need to make some modifications to the
> security2.fdb file. As distributed, the security database will only allow a
> user to see himself.
> GRANT SELECT ON USERS TO PUBLIC;
> since the database is not accessible while the serer is online, you eed to
> make copies, access it under another name, make the mods and then replace
> the original.
> Alan
--
Björn Reimer, Datenbanken und DV-Verfahren