BUG #3919: Service Privileges Bug

Lists: pgsql-bugs
From: "Sergey" <d(at)voteland(dot)ru>
To: pgsql-bugs(at)postgresql(dot)org
Subject: BUG #3919: Service Privileges Bug
Date: 2008-02-01 09:55:08
Message-ID: 200802010955.m119t8f0026575@wwwmaster.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-bugs


The following bug has been logged online:

Bug reference: 3919
Logged by: Sergey
Email address: d(at)voteland(dot)ru
PostgreSQL version: 8.3RC2
Operating system: Windows 2003 SP2
Description: Service Privileges Bug
Details:

Postgre can't run under restricted user's account. Even if:
1) All 'service' rights to that account granted;
2) All 'disk' rights also granted (checked very carefully, '/data' in full
access, other dirs read and execute);

The error is 'Error 5 : Access denied'.

Changing the user to 'Local Service' solves the issue.

p.s.
Postgre 8.2 on the same machine under restricted user with same priveleges
running quite.