Subject Re: [Firebird-Java] Re: Creating User in Firebird with Java
Author Antonio Petrelli
I know that it is silly, but in my application I recall "gsec" via
command line. I have implemented some code (GPL) that makes this thing,
it should work under Linux and Windows.
Beware, the new path for Firebird (/usr/local/firebird) is not
considered at this time, so you have to check some code.
Check out packages:
javatools.db.util.
of the Javatools-mod library, especially FirebirdUserCreator class.
You can find it at:
http://medi.sourceforge.net/download.html
Obviously clink on "The source of Javatools - modified version
<http://prdownloads.sourceforge.net/medi/javatools-mod-source-0.2.0.tar.gz?download>"
Best Regards
Antonio Petrelli

Nairo Granados wrote:

> 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