Index: ntsec.sgml =================================================================== RCS file: /cvs/src/src/winsup/doc/ntsec.sgml,v retrieving revision 1.24 diff -d -u -r1.24 ntsec.sgml --- ntsec.sgml 27 May 2009 02:30:42 -0000 1.24 +++ ntsec.sgml 27 Jan 2010 20:30:36 -0000 @@ -747,6 +747,20 @@ deinstallation of the cygwin LSA authentication DLL is just a minor inconvenience compared to that... +The following are possible side effects of installing a defective LSA DLL or incomplete implementations in the regtool utility and cyglsa-config script. To revert the cyglsa-config installation, set the "Authentication Packages" registry entry to a REG_SZ or REG_MULTI_SZ value of "msv1_0". + + +Windows startup hangs for few minutes with the "Starting up" panel before showing the user login panel. +Network drives and USB devices do not get connected. +Minimized windows are not shown on the taskbar. +Cut-and-paste does not work across windows. +Windows explorer (explorer.exe) and Internet explorer (iexplore.exe) silently die. +Clicking logged messages in the event viewer does not bring a window with details. +Device Manager does not show windows with driver details. +Safe boot locks up after loading the last driver service such as ksecdd, wudfpf, ntfs, ndis, sisagp, viaagp, alim1541, agpamd, agp440, agpcpq. +Attempts to start the Workstation service results in an error message pointing to an "unknown" LSA authentication package. + + Nevertheless, this is already a lot better than what we get by using NtCreateToken, isn't it?