Re: NT Authentication
Robert Hastings <[email protected]>
| Newsgroups | gmane.comp.windows.devel.jawin |
|---|---|
| Message-ID | <JAWIN%[email protected]> |
You might be able to use DCOMCNFG.EXE to configure the COM server to run as a specific user. -----Original Message----- From: Discussion of Java/Win32/COM integration with Jawin [mailto:[email protected]] On Behalf Of Rick Stoyle Sent: Saturday, May 14, 2005 12:33 PM To: [email protected] Subject: Re: [JAWIN] NT Authentication After some troubleshooting of this matter, I think I phrased some of the question incorrectly. A more accurate description: The COM object I am instantiating is taking on the identity of the application that launched it, in this case it is my servlet engine, tomcat.exe. That particular identity does not have adequate permissions on the remote server. I was wondering if it is possible to launch a COM object using jawin and specify the identity (username/password). That way, the COM object would pass the specified credentials to the remote server and would be granted access to the resources in question. The stuff I said about "net use" does not work, so please ignore. Rick