network service account, from Mario Turschmann.
git-svn-id: file:///svn/unbound/trunk@3734
be551aaa-1e26-0410-a405-
d3ace91eadb9
+31 May 2016: Wouter
+ - Fix windows service to be created run with limited rights, as a
+ network service account, from Mario Turschmann.
+
30 May 2016: Wouter
- Fix time in case answer comes from cache in ub_resolve_event().
- Attempted fix for #765: _unboundmodule missing for python3.
NULL, /* no tag identifier */
NULL, /* no deps */
NULL, /* on LocalSystem */
- NULL /* no password */
+ _T("NT AUTHORITY\\NetworkService"), /* network service account with restricted rights */
+ "" /* no password (must be an empty string) */
);
if(!sv) {
CloseServiceHandle(scm);