Subject | Re: Create users or roles |
---|---|
Author | Nick Sydenham |
Post date | 2004-02-20T11:19Z |
Rick,
That helps a lot, unfortunately I don't have much of an idea how to
use the JCrypt class. What salt does Firebird use if at all?
Nick
That helps a lot, unfortunately I don't have much of an idea how to
use the JCrypt class. What salt does Firebird use if at all?
Nick
--- In Firebird-Java@yahoogroups.com, "Rick Fincher" <rnf@t...> wrote:
> Hi Nick,
>
> Yes, you just have to work with the user database, typically
isc4.gdb. The
> hardest part is the encoding of the passwords.
>
> A package is in the download area of this group on yahoogroups.com that
> handles encoding/decoding the passwords for you.
>
> Roles are stored in the system database RDB$ROLES.
>
> Hope this helps,
>
> Rick
>
> ----- Original Message -----
>
> > Is it possible using Java to create and manipulate users and roles
> > within Firebird?
> >
> >
> >