You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by ken carlino <ke...@gmail.com> on 2007/03/11 21:22:57 UTC

Setting up Authentication in subversion

Hi,

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.

Thank you.

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


Re: Setting up Authentication in subversion

Posted by Ryan Schmidt <su...@ryandesign.com>.
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