Re: PostgreSQL 7.3 on Cygwin rejects all-numeric userid,

From: Jason Tishler <jason(at)tishler(dot)net>
To: Sam Harbison <sam_harbison(at)yahoo(dot)com>
Cc: 'Pgsql-Cygwin' <pgsql-cygwin(at)postgresql(dot)org>
Subject: Re: PostgreSQL 7.3 on Cygwin rejects all-numeric userid,
Date: 2002-12-30 20:14:51
Message-ID: 20021230201450.GA1828@tishler.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-cygwin

Sam,

On Mon, Dec 30, 2002 at 02:17:20PM -0500, Sam Harbison wrote:
> I have recreated the same problem on another computer by creating user
> 249779 and reinstalling cygwin and postgresql 7.3. What information
> can I get for you?

What do you get when you grep the passwd file?

$ fgrep 249779 /etc/passwd

If nothing, then do the following:

$ mkpasswd -l -u 249779 >>/etc/passwd

or

$ mkpasswd -d -u 249779 >>/etc/passwd

for a local and domain account, respectively.

Jason

--
PGP/GPG Key: http://www.tishler.net/jason/pubkey.asc or key servers
Fingerprint: 7A73 1405 7F2B E669 C19D 8784 1AFD E4CC ECF4 8EF6

In response to

Responses

Browse pgsql-cygwin by date

  From Date Subject
Next Message Sam Harbison 2002-12-30 20:31:39 Re: PostgreSQL 7.3 on Cygwin rejects all-numeric userid, pg_class_aclcheck
Previous Message Sam Harbison 2002-12-30 19:17:20 Re: PostgreSQL 7.3 on Cygwin rejects all-numeric userid, pg_class_aclcheck