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

Re: Setting up Authentication in subversion

From: Ryan Schmidt <subversion-2007a_at_ryandesign.com>
Date: 2007-03-12 04:00:13 CET

On Mar 11, 2007, at 16:22, ken carlino wrote:

> I am trying to setup Authentication in subversion.
> My questions is : can i use the same password file as Trac which setup
> like this:
> Adding Authentication ¶
>
> The simplest way to enable authentication with Apache is to create a
> password file. Use the htpasswd program to create the password file:
>
> $ htpasswd -c /somewhere/trac.htpasswd admin
> New password: <type password>
> Re-type new password: <type password again>
> Adding password for user admin
>
> This password file is encrpyted, instead of being a text file in
> subversion example.

If you serve your repository with svnserve, you must use a plain text
file for the usernames / passwords as described in the documentation.
A file created by htpasswd will not work.

However, if you serve your repository with apache, you can use any
authentication method supported by apache, and apache certainly
supports htpasswd files.

-- 
To reply to the mailing list, please use your mailer's Reply To All  
function
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Mar 12 04:00:47 2007

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.