You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by "Crespo, Richard" <RC...@kforce.com> on 2009/04/09 15:30:54 UTC

Encryted password on Linux

I see from faq
(http://subversion.tigris.org/faq.html#plaintext-passwords) that
starting with SVN 1.6 encrypted passwords will be supported for Linux.
Has anyone done this yet? Also, I would like to be able to let the users
to change their password from a windows machine. Is there a way of doing
this without using perl?
 
Thanks,
Rich
 
<http://subversion.tigris.org/faq.html#plaintext-passwords>

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=1615194

To unsubscribe from this discussion, e-mail: [users-unsubscribe@subversion.tigris.org].

Re: Encryted password on Linux

Posted by Dave Lawrence <dl...@ad-holdings.co.uk>.
Crespo, Richard wrote:
> I see from faq
> (http://subversion.tigris.org/faq.html#plaintext-passwords) that
> starting with SVN 1.6 encrypted passwords will be supported for Linux.
> Has anyone done this yet? Also, I would like to be able to let the users
> to change their password from a windows machine. Is there a way of doing
> this without using perl?
>  

Yes SVN 1.6 is released, so SVN 1.6 functionality is indeed available.
Please note that the faq you quote refers to *client caching* of
passwords, not how the server stores them.  svnserve stores passwords in
plain text only, as far as I know.  Apache MD5 encrypts them by default.

If you use apache you have the whole Apache authentication feature set
available to you (on which I am not an expert).  You can authenticate
your SVN and other things from the same password file, so in theory you
could provide a webpage which users are able to log into and change
their passwords.  And yes, that might involve Perl (the last time I
googled it the solution was Perl) but it doesn't have to... you can use
whatever language mosts suits you (or your friendly office web-programmer)

SVN itself provides no interface for users to manage their own passwords.

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=1615448

To unsubscribe from this discussion, e-mail: [users-unsubscribe@subversion.tigris.org].