On Jun 28 14:31, Dave Korn wrote: > On 28 June 2006 09:54, Corinna Vinschen wrote: > > > On Jun 27 18:30, roger tubby wrote: > > >> When I enter the mkpasswd command: > >> $ mkpasswd -l > >> SYSTEM:*:18:544:,S-1-5-18:: > >> Administrators:*:544:544:,S-1-5-32-544:: > >> mkpasswd (272): [1359] An internal error occurred. > >> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > > > The error message above is what's returned by the Windows function to > > enumerate users (NetUserEnum). Tragically, this error isn't even > > documented for NetUserEnum. > > ERROR_INTERNAL_ERROR > 1359 An internal error occurred.
Yes, sure, see the above error message. I said it's not documented *for NetUserEnum*. Per MSDN it only returns ERROR_ACCESS_DENIED, ERROR_MORE_DATA or NErr_InvalidComputer. Corinna -- Corinna Vinschen Please, send mails regarding Cygwin to Cygwin Project Co-Leader cygwin AT cygwin DOT com Red Hat -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/