[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Condor-users] FW: Logon Failure: unknown user name or bad password



1) You can use the submit file option "run_as_owner" on Windows to use the
domain accounts.  There is a section in the manual on how to configure the
credd daemon/service to allow you to do this.  There are also some
powerpoint slides from Condor Week 2007 that expands further on this:

http://www.cs.wisc.edu/condor/PCW2007/presentations/quinn_windows.ppt
 
2) If you are using batch files, you can always use the "net use" command to
map a new drive (see " net use /?" for more details.  If the drives are
already mapped, then as long as the drive names are consistent across
machines then you can use them as you would any regular drive. 

Regards,
-B