Humm.... OK, it appears from this stacktrace that the server is getting stuck in this call, which clearly makes this look like a permission problem. Somehow the login might be hanging? I known nothing about win32 so I don't really know how to interpert this.
LogonUserExExW Function The LogonUserExExW function attempts to log a user on to the local computer. The local computer is the computer from which LogonUserExExW was called. You cannot use LogonUserExExW to log on to a remote computer. Specify the user by using a user name and domain and authenticate the user by using a plaintext password. If the function succeeds, it receives a handle to a token that represents the logged-on user. You can then use this token handle to impersonate the specified user or, in most cases, to create a process that runs in the context of the specified user. This function is similar to the LogonUserEx function, except that it takes the additional parameter, pTokenGroups, which is a set of one or more security identifiers (SIDs) that are added to the token returned to the caller when the logon is successful. This function is not declared in a public header and has no associated import library. You must use the LoadLibrary and GetProcAddress functions to dynamically link to Advapi32.dll. -- siegeld ------------------------------------------------------------------------ siegeld's Profile: http://forums.slimdevices.com/member.php?userid=542 View this thread: http://forums.slimdevices.com/showthread.php?t=47752 _______________________________________________ discuss mailing list [email protected] http://lists.slimdevices.com/lists/listinfo/discuss
