gnumed-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Gnumed-devel] Managing staff (user accounts)


From: Jim Busser
Subject: Re: [Gnumed-devel] Managing staff (user accounts)
Date: Tue, 24 May 2011 21:56:05 -0700

On 2011-05-24, at 12:00 PM, Jim Busser wrote:

> On 2011-05-24, at 2:08 AM, Karsten Hilbert wrote:
> 
>> You need to quote:
>> 
>>      ALTER USER "any-doc" WITH ENCRYPTED PASSWORD 'any-doc2';
>> 
>> or else PostgreSQL will try to subtract "doc" from "any"
>> which won't work.

and of course (duh after failing) to temporarily

        set default_transaction_read_only to off;

PS I was looking at

        http://www.postgresql.org/docs/8.4/static/pgcrypto.html

… when creating a new user in GNUmed client

- is the password stored encrypted
- where in GNUmed is the encryption defined (since I am gathering that the 
setting in pg_hba.conf merely instructs what to use to authenticate an offered 
password against the stored value) ?
- do postgres extensions like what is available here need to be installed if 
SHA-1 is to be supported, and would the GNUmed client 0.9x support that?

-- Jim 


reply via email to

[Prev in Thread] Current Thread [Next in Thread]