Project

General

Profile

Task #469

Updated by Aaron Marcuse-Kubitza over 11 years ago

* Replaces less secure shared password 
 * Ideally, get PostgreSQL to use the Linux password hashes on vegbiendev: 
 ** PostgreSQL: http://stackoverflow.com/questions/2647158/how-can-i-hash-passwords-in-postgresql 
 ** Linux: http://www.linuxquestions.org/questions/linux-general-1/what-is-used-to-create-the-shadow-password-hash-602739/ 
 * Maybe PostgreSQL has an authentication module that SSHes into a server (in this case, vegbiendev) to see if the user can log in?

Back