[cvsnt] Is it possible to run an update using a cgi script Apache/PHP running as LocalSystem using sspi on Win2000.

Mike Wake mike.wake at thales-tts.com
Wed Jul 14 10:44:40 BST 2004


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



More information about the cvsnt mailing list