]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
- Revert fix for NetworkService account on windows due to breakage
authorWouter Wijngaards <wouter@nlnetlabs.nl>
Thu, 9 Jun 2016 14:30:37 +0000 (14:30 +0000)
committerWouter Wijngaards <wouter@nlnetlabs.nl>
Thu, 9 Jun 2016 14:30:37 +0000 (14:30 +0000)
  it causes.

git-svn-id: file:///svn/unbound/trunk@3771 be551aaa-1e26-0410-a405-d3ace91eadb9

doc/Changelog
winrc/w_inst.c

index 1e04c8977523086192c1aa791c1c2c6e605ba518..7c9c10ae9f5d76ba944817206fc6bb86a0290074 100644 (file)
@@ -1,6 +1,8 @@
 9 June 2016: Wouter
        - Trunk is called 1.5.10 (with previous fixes already in there to 2
          june).
+       - Revert fix for NetworkService account on windows due to breakage
+         it causes.
 
 7 June 2016: Ralph
        - Lookup localzones by taglist from acl.
index a9f1defa1100c12e05f7922cb76460745f50c9f4..023490631a37f3a06875dd62a08d3b6943520ca2 100644 (file)
@@ -231,8 +231,8 @@ wsvc_install(FILE* out, const char* rename)
                 NULL, /* no load ordering group */
                 NULL, /* no tag identifier */
                 NULL, /* no deps */
-               (LPCTSTR)"NT AUTHORITY\\NetworkService", /* network service account with restricted rights */
-                "" /* no password (must be an empty string) */
+               NULL, /* on LocalSystem */
+               NULL /* no password */
                 );
         if(!sv) {
                 CloseServiceHandle(scm);