Обсуждение: BUG #1983: Installation fails when Windows user principal is member of local Administrators group

Поиск
Список
Период
Сортировка

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

От
"Jochen Sauter"
Дата:
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.

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

От
"Dave Page"
Дата:
=20

> -----Original Message-----
> From: pgsql-bugs-owner@postgresql.org=20
> [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=20
> user principal is member of local Administrators group
>=20
>=20
> The following bug has been logged online:
>=20
> 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=20
> principal is member
> of local Administrators group
> Details:=20
>=20
> Our company-internal PC installation has a Windows user principal
> "Interactive" as member of the local Administrators group per=20
> default. On
> such PCs, the installation of Postgres 8.0 fails with a=20
> security warning.
>=20
> 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?
>=20
> This is an urgent problem that we currently have which might=20
> 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.

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

От
"Magnus Hagander"
Дата:
> The following bug has been logged online:
>=20
> 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=20
> principal is member
> of local Administrators group
> Details:=20
>=20
> Our company-internal PC installation has a Windows user=20
> principal "Interactive" as member of the local Administrators=20
> group per default. On such PCs, the installation of Postgres=20
> 8.0 fails with a security warning.
>=20
> 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=20
> 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