Subject | Re: How can I get a list of firebird db users? |
---|---|
Author | Ahmet Nuri D |
Post date | 2012-01-11T14:52:45Z |
I find one solition for that
SELECT RDB$USER
FROM RDB$USER_PRIVILEGES
group by
1
SELECT RDB$USER
FROM RDB$USER_PRIVILEGES
group by
1
--- In firebird-support@yahoogroups.com, Milan Babuskov <milanb@...> wrote:
>
> Ahmet Nuri D wrote:
> > Hi, I want to list firebird user. can I do that?
>
> Start Firebird gsec tool with "-display" switch.
>
> Example on my Linux box:
>
> $ gsec -display -database srv:/opt/firebird/security2.fdb -user sysdba
> -pass masterkey
>
> user name
> ----------------------------------
> SYSDBA
> MILANB
>
>
> Regards,
>
> --
> Milan Babuskov
>
> ==================================
> The easiest way to import XML, CSV
> and textual files into Firebird:
> http://www.guacosoft.com/xmlwizard
> ==================================
>