Re: cygwin_logon_user() not working

2003-07-13 Thread msg
Problem solved; details for the archives (see below): We don't have any native Win2k/NT debugging or development tools; what can we do to troubleshoot this? First, the necessary privileges were assigned to the 'root' user account in Win2K's local security policy GUI (this was the first

cygwin_logon_user() not working

2003-07-11 Thread msg
Greetings: Please help us to get NT authentication working. This is the platform: Windows 2000 server sp3 Cygwin 1.3.22-1 CYGWIN=ntsea ntsec users 'root' and 'Administrator' have these additional permissions: Act as part of the operating

Re: cygwin_logon_user() not working

2003-07-11 Thread Corinna Vinschen
On Fri, Jul 11, 2003 at 11:56:09AM -0500, msg wrote: be owned by the new uid. The code fails on the call to cygwin_logon_user() which returns -1 (invalid HANDLE). The output of 'strace' on this program shows cygwin_logon_user() extracting the /etc/passwd information followed by a 'windows

Re: cygwin_logon_user() not working

2003-07-11 Thread msg
Corinna, thanks much for your reply; please bear with me here (in case I'm missing something): On Fri, Jul 11, 2003 at 11:56:09AM -0500, msg wrote: be owned by the new uid. The code fails on the call to cygwin_logon_user() which returns -1 (invalid HANDLE). The output of 'strace' on

Re: cygwin_logon_user() not working

2003-07-11 Thread Igor Pechtchanski
On Fri, 11 Jul 2003, msg wrote: Corinna, thanks much for your reply; please bear with me here (in case I'm missing something): On Fri, Jul 11, 2003 at 11:56:09AM -0500, msg wrote: be owned by the new uid. The code fails on the call to cygwin_logon_user() which returns -1 (invalid