numeric usernames in 7.3.1?

Started by SZŰCS Gáborabout 23 years ago5 messagesgeneral
Jump to latest
#1SZŰCS Gábor
surrano@mailbox.hu

We use fully numeric usernames in 7.2.1 (e.g. '1001').

When generating 7.3.1 from 7.2.1's dump, everything seemed to be OK, but we
can't login with such usernames.

Is it a new behaviour in 7.3.x? Is there a configurable option or an easy
way to modify the source to retain the old behaviour? Or is the only way to
rename all the users?

Yours,
G.
--
while (!asleep()) sheep++;

---------------------------- cut here ------------------------------

#2Tom Lane
tgl@sss.pgh.pa.us
In reply to: SZŰCS Gábor (#1)
Re: numeric usernames in 7.3.1?

"=?iso-8859-2?B?U1rbQ1MgR+Fib3I=?=" <surrano@mailbox.hu> writes:

We use fully numeric usernames in 7.2.1 (e.g. '1001').
When generating 7.3.1 from 7.2.1's dump, everything seemed to be OK, but we
can't login with such usernames.

This is a bug (just reported a day or two back). We'll fix it for
7.3.2.

regards, tom lane

#3SZŰCS Gábor
surrano@mailbox.hu
In reply to: SZŰCS Gábor (#1)
Re: numeric usernames in 7.3.1?

Thanks, Tom!

Is there a public (planned) release date for 7.3.2?
Where can I find such things on the web? Shuffled throug postgresql.org and
this month's postings just to find nothing about this.

G.
--
while (!asleep()) sheep++;

---------------------------- cut here ------------------------------
----- Original Message -----
From: "Tom Lane" <tgl@sss.pgh.pa.us>
Sent: Wednesday, January 29, 2003 5:34 PM

Show quoted text

This is a bug (just reported a day or two back). We'll fix it for
7.3.2.

#4Tom Lane
tgl@sss.pgh.pa.us
In reply to: SZŰCS Gábor (#3)
Re: numeric usernames in 7.3.1?

"=?iso-8859-2?B?U1rbQ1MgR+Fib3I=?=" <surrano@mailbox.hu> writes:

Is there a public (planned) release date for 7.3.2?

A week or so ...

regards, tom lane

#5Robert Treat
xzilla@users.sourceforge.net
In reply to: SZŰCS Gábor (#1)
Re: numeric usernames in 7.3.1?

On Wed, 29 Jan 2003 10:23:14 -0500, SZᅵCS Gᅵbor wrote:

We use fully numeric usernames in 7.2.1 (e.g. '1001').

When generating 7.3.1 from 7.2.1's dump, everything seemed to be OK, but
we can't login with such usernames.

Is it a new behaviour in 7.3.x? Is there a configurable option or an
easy way to modify the source to retain the old behaviour? Or is the
only way to rename all the users?

There seems to be a bug in 7.3.x that prevents all numeric usernames from
being able to log in. For now I think you'll have to rename the users to
use 7.3.x :-( but you might want to follow the thread because the
problem is being discussed right now on -hackers:

http://archives.postgresql.org/pgsql-hackers/2003-01/msg01082.php

Robert Treat