Re: BUG #1983: Installation fails when Windows user principal is member of local Administrators group

Started by Dave Pageover 20 years ago2 messagesbugs
Jump to latest
#1Dave Page
dpage@pgadmin.org

-----Original Message-----
From: pgsql-bugs-owner@postgresql.org
[mailto:pgsql-bugs-owner@postgresql.org] On Behalf Of Jochen Sauter
Sent: 21 October 2005 13:37
To: pgsql-bugs@postgresql.org
Subject: [BUGS] BUG #1983: Installation fails when Windows
user principal is member of local Administrators group

The following bug has been logged online:

Bug reference: 1983
Logged by: Jochen Sauter
Email address: jochen.sauter@rsd.rohde-schwarz.com
PostgreSQL version: 8.0.3
Operating system: Windows 2000 / XP
Description: Installation fails when Windows user
principal is member
of local Administrators group
Details:

Our company-internal PC installation has a Windows user principal
"Interactive" as member of the local Administrators group per
default. On
such PCs, the installation of Postgres 8.0 fails with a
security warning.

What is the reason for this warning?
Is it possible to allow the installation anyway even with the warning?
Is there any way to suppress the warning during installation?

This is an urgent problem that we currently have which might
prevent us from
using Posgres in our software products in the future.

Please see the FAQ:
http://www.postgresql.org/docs/faqs.FAQ_windows.html#2.3

Regards, Dave.

#2Magnus Hagander
magnus@hagander.net
In reply to: Dave Page (#1)

The following bug has been logged online:

Bug reference: 1983
Logged by: Jochen Sauter
Email address: jochen.sauter@rsd.rohde-schwarz.com
PostgreSQL version: 8.0.3
Operating system: Windows 2000 / XP
Description: Installation fails when Windows user
principal is member
of local Administrators group
Details:

Our company-internal PC installation has a Windows user
principal "Interactive" as member of the local Administrators
group per default. On such PCs, the installation of Postgres
8.0 fails with a security warning.

What is the reason for this warning?

Your company internal PC installation is *severly* broken. You need to
fix that. Not just for PostgreSQL, but in general.

Is it possible to allow the installation anyway even with the warning?

No. Not unless you get the source, remove the security check, and
rebuild manually. Beware that you are not really using PostgreSQL the
way it's supposed to be used then, so you're highly recommended not to
do that.

Is there any way to suppress the warning during installation?

It's not a warning, it's an error.

This is an urgent problem that we currently have which might
prevent us from using Posgres in our software products in the future.

For more reference, see the FAQ question 2.3:
http://www.postgresql.org/docs/faqs.FAQ_windows.html#2.3

//Magnus