You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by jon azpiazu <jo...@correos.gotdns.com> on 2004/05/28 11:53:01 UTC

virtual users

Hi all,

I am regarding the possibility of migrating the working environment of my
Department from CVS to Subversion.
The server runs in a Linux box, and we are very concerned about security, so I
would like to know if subversion can run with virtual users, that is, with
users than do not really exist in the system of the server, but are contained
in a mysql database.
Thanks


----------------------------------------------------------------
This message was sent using IMP, the Internet Messaging Program.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

RE: virtual users

Posted by "M. van Renswoude" <ma...@x2software.net>.
> so I would like to know if subversion can run with virtual
> users, that is, with users than do not really exist in the
> system of the server, but are contained in a mysql database.

Yes, you can do this. If you run the standalone svnserve it will read user
information from a file. If you use the Apache 2 WebDAV module you can use
any authentication supported by Apache (for which MySQL authentication is
also available). The Subversion book
(http://svnbook.red-bean.com/svnbook/ch06s04.html#svn-ch-6-sect-4.3)
explains it in more detail...


- Mark


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org