Community technical support mailing list was retired 2010 and replaced with a professional technical support team. For assistance please contact: Pre-sales Technical support via email to sales@march-hare.com.
Hi Everyone, Is this Scenario possible? If so how do I initially get LocalSystem to do a cvs d :sspi:domain\user at cvshost:/Intranet login? More Details: CVSNT service on one Win2k Box (cvshost) Apache service on another Win2k Box (httphost) running as LocalSystem. Some HTML served like this <form name="CVS" action='update.php' method='post'> <input type='submit' name='update' value='Update Page'> </form> With a corresponding .php script containing something like this. <pre> <?php passthru("cvs -d :sspi:domain\user at cvshost:/Intranet update -Pd 2>&1"); ?> </pre> Cheers Mikew