On 12/7/06, ml <[EMAIL PROTECTED]> wrote:
> I want to have a client application accessing a remote Postgres database
> but I don't want to distribute the user/password to the DB. I want
> clients to authenticate against some other table of passwords so there
> must be a stub between client and DB which will know the DB user/pwd.
> How can I manage this in SA?

You can write your "stub" in SA easily; your client should interface
with the stub not via SQL but via a simple protocol you define that
limits it to predetermined actions.

-- 
Jonathan Ellis
http://spyced.blogspot.com

--~--~---------~--~----~------------~-------~--~----~
 You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To post to this group, send email to sqlalchemy@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/sqlalchemy?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to