Subject | Re: Creating User in Firebird with Java |
---|---|
Author | Nairo Granados |
Post date | 2003-08-06T20:12:58Z |
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:
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,1.5
>
> > I would like to know if is possible to create Users in a Firebird
> > database from a JSP or a JavaBean...you
>
> No, currently it is not possible to create users directly. However
> 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