Обсуждение: win32 server question

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

win32 server question

От
Tony Caduto
Дата:
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


Re: win32 server question

От
"Magnus Hagander"
Дата:
> 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