Do not start LSASS as a service but as an ordinary process because:
authorEric Kohl <eric.kohl@reactos.org>
Sat, 13 Dec 2008 14:47:07 +0000 (14:47 +0000)
committerEric Kohl <eric.kohl@reactos.org>
Sat, 13 Dec 2008 14:47:07 +0000 (14:47 +0000)
commit8fb679dc7cb7415582145b3088173fcfd0287f6d
treefc8c003206aab990f3abd69b8162ccb6a2de3f40
parentfc635826a58bb447422fdcfb070b985edc2ca735
Do not start LSASS as a service but as an ordinary process because:
1) LSASS and the NetLogon service are not the same.
2) The service manager must wait for LSASS to finish initialization. If LSASS is started as a service we will have a classic deadlock scenario.

svn path=/trunk/; revision=38041
reactos/base/system/lsass/lsass.c
reactos/base/system/winlogon/winlogon.c
reactos/boot/bootdata/hivesys_i386.inf
reactos/dll/win32/lsasrv/lsasrv.c