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

Re: [Condor-users] condor portal error



Brian Wesaala wrote:
Hi all,

I have developed a web portal for condor using PHP. However when I try
to submit a job, I get the following error message:

ERROR No credential stored for SYSTEM@NT AUTHORITY
                to correct this run
                condor_store_cred add

How do I handle this...please help


You prolly should not be submitting jobs into Condor as SYSTEM. I'd suggest you create another account (w/ more limited privledges) for your portal to run as, or at the very least for your portal to use to submit jobs. (your portal could make use of runas.exe to run condor_submit as a regular user).

regards,
Todd