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.
Just a little follow up. I got a short term solution implemented by using NET USE workaround. I ended up putting the user name and password in a text file in the CVSROOT folder but not making it part of CVSROOT module. That way no one can get to if via CVS. Makes me feel a little better. Longer term: I'll probably go with Glen's latest suggestion to use a shadow on the server and directory sync tool to push to the network locations. Another interesting bit I found was when I got user information via python's win32api.GetUserName() function it returned SYSTEM during the script called from loginfo. I don't know if the user impersonation should be active at this time or if GetUserName() should return the impersonation user or the underlying process user. Something to ponder <g>. Thanks for the help, Rick