Re: win32 server question

From: "Magnus Hagander" <mha(at)sollentuna(dot)net>
To: "Tony Caduto" <tony(dot)caduto(at)amsoftwaredesign(dot)com>, <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: win32 server question
Date: 2006-01-30 15:39:03
Message-ID: 6BCB9D8A16AC4241919521715F4D8BCE6C7F78@algol.sollentuna.se
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> Hi,
> Does anyone know how the win32 server checks if the user is
> non priveleged? Does it just check if the user is in the
> admin or power user group?

Yes and yes. See
http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/port/win32/
security.c?rev=1.9

//Magnus

Browse pgsql-hackers by date

  From Date Subject
Next Message Robert Treat 2006-01-30 16:32:23 Re: Want to add to contrib.... xmldbx
Previous Message Tony Caduto 2006-01-30 15:03:44 win32 server question