/usr/share/doc/Cygwin/postgresql-7.4.README
によると、
$ cmd /c secpol.msc
に関して次の註釈がついています。
[12] On Windows XP Home, there is no built in way to assign user rights -- use editrights instead:
$ editrights -u postgres -a SeServiceLogonRight
「cmd /c secpol.msc」 のかわりに
この 「editrights -u postgres -a SeServiceLogonRight」
をためしてください。
|