English 中文(简体)
SVN avoid storing passwords in plain text?
原标题:

Under a bare bones setup for SVN on windows (without using VisualSVN), as per the instructions, the passwords are to be entered in the passwd file.

Does SVN provide a way to encrypt or atleast mask this file? as if a person has access to the server directories, he can quite casually edit these files in plain text and come to know of all passwords for the SVN repositories.

I m not installing the apache service etc. Just basic SVN on a windows 2003 server with TortoiseSVN as client.

Cheers K

最佳回答

If the SVN version you are using supports SASL you can have a look at Using Cyrus SASL Authentication with Subversion.

To check if SASL is supported run svnserve --version and look for a line reading Cyrus SASL authentication is available. as stated in the svnserve.conf file.

问题回答

暂无回答




相关问题
Best practices for Subversion and Visual Studio projects

I ve recently started working on various C# projects in Visual Studio as part of a plan for a large scale system that will be used to replace our current system that s built from a cobbling-together ...

Changing username in SVN+SSH URI on the fly in working copy

I am using SVN+SSH to check out a working copy of repository from an SVN server on which all developers are members of a developer group and have full read/write permissions on the repository ...

ASP.NET MVC: How should it work with subversion?

So, I have an asp.net mvc app that is being worked on by multiple developers in differing capacities. This is our first time working on a mvc app and my first time working with .NET. Our app does not ...

How to search for file in subversion server?

Is there a way to search for a file in a subversion repository? Something similar to Unix find command, with which I can find the location of a file in a repository. I know there is svn list, but ...

热门标签