[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Sudo problem with stored passwords

From: Richard Thomas <richard.thomas_at_psysolutions.com>
Date: Thu, 14 Aug 2008 09:09:16 -0500

With an older version of subversion, I could allow users to deploy
changes as a different user using the sudo command.

sudo -u www-data /path/deploy.sh

where deploy.sh was along the lines of

svn update /www

This would run svn as www-data, use the password from
/home/www-data/.subversion/auth/svn.simple/ and everything would check
out fine. A while back, I upgraded subversion and this behavior broke.
Now, it prompts for the password for www-data instead of reading from
the file. Even when I enter the password, it still asks the next time.

Anyone know what's up and how to fix or work-around? Handing out the
password to www-data is not really an option.

Rich

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-08-14 16:10:16 CEST

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.