Subject Re: Creating User in Firebird with Java
Author Nairo Granados
Hi

Yes, I know that,

But How could I implement ten password encoding
algorithm in Java???

Thanks again,

Nairo Granados

--- In Firebird-Java@yahoogroups.com, "Roman Rokytskyy"
<rrokytskyy@a...> wrote:
> Hi,
>
> > I would like to know if is possible to create Users in a Firebird
1.5
> > database from a JSP or a JavaBean...
>
> No, currently it is not possible to create users directly. However
you
> can connect to security.fdb (or what's the new name of isc4.gdb) and
> insert users with SQL. You will have to implement password encoding
> algorithm in Java.
>
> Best regards,
> Roman Rokytskyy