- Revert fix for NetworkService account on windows due to breakage

it causes.



git-svn-id: file:///svn/unbound/trunk@3771 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
Wouter Wijngaards 2016-06-09 14:30:37 +00:00
parent db98d1a664
commit 81c9d10596
2 changed files with 4 additions and 2 deletions

View File

@ -1,6 +1,8 @@
9 June 2016: Wouter 9 June 2016: Wouter
- Trunk is called 1.5.10 (with previous fixes already in there to 2 - Trunk is called 1.5.10 (with previous fixes already in there to 2
june). june).
- Revert fix for NetworkService account on windows due to breakage
it causes.
7 June 2016: Ralph 7 June 2016: Ralph
- Lookup localzones by taglist from acl. - Lookup localzones by taglist from acl.

View File

@ -231,8 +231,8 @@ wsvc_install(FILE* out, const char* rename)
NULL, /* no load ordering group */ NULL, /* no load ordering group */
NULL, /* no tag identifier */ NULL, /* no tag identifier */
NULL, /* no deps */ NULL, /* no deps */
(LPCTSTR)"NT AUTHORITY\\NetworkService", /* network service account with restricted rights */ NULL, /* on LocalSystem */
"" /* no password (must be an empty string) */ NULL /* no password */
); );
if(!sv) { if(!sv) {
CloseServiceHandle(scm); CloseServiceHandle(scm);