win32 server question

Started by Tony Cadutoalmost 20 years ago2 messages
#1Tony Caduto
tony.caduto@amsoftwaredesign.com

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?

Thanks,

--
Tony Caduto
AM Software Design
Home of PG Lightning Admin for Postgresql
http://www.amsoftwaredesign.com

#2Magnus Hagander
mha@sollentuna.net
In reply to: Tony Caduto (#1)
Re: win32 server question

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