Re: DBI v2 - The Plan and How You Can Help

2005-07-11 Thread Jared Still
> driver://user:[EMAIL PROTECTED]:port/instance > I haven't been following this too closely, so my apologies if already mentioned. This connect string is very much like the new Easy Connect Naming method in Oracle 10g. eg. sqlplus scott/[EMAIL PROTECTED]:port/service Note that it is not 'ins

Re: DBI v2 - The Plan and How You Can Help

2005-07-08 Thread Jared Still
I use a (Perl) password server for this. Passwords are stored encrypted in a configuration file. Clients authenticate with the server, and receive a requested password (encrypted) across the network, if the client is entitled. The user authentication is rudimentary, but it works. SSH certificate