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

RE: How to reset svn password by svn user ?

From: Cooke, Mark <mark.cooke_at_siemens.com>
Date: Thu, 5 Mar 2015 07:24:21 +0000

> >Well, as an example, if your Subversion server is setup to authenticate via
> Active Directory the user would >change their windows password. If it is
> setup to authenticate against a text file with names and passwords, >then
> someone has to edit the text file.
> >
> >It depends on the authentication method you are using.
>
> -----Original Message-----
> From: Mohsin [mailto:mohsinchandia_at_gmail.com]
> Sent: 05 March 2015 02:49
>
> We have configured svn with Apache web server (mod_dav,mod_dav_svn) and
> using DAV method for repository access.
>
> Moshin

This is not a subversion question... but we do try to be helpful round here. Please do read the answers you are given and if you do not understand, ask (rather than guess and hope). Neither mod_dav nor mod_dav_svn are involved in passwords.

Ok, so you are using apache httpd. Apache deals with user _authentication_ (who you are) whilst subversion optionally deals with _authorisation_ (what you are allowed to do). Usernames and passwords are one way of proving who you are, so this is part of _authentication_.

So, again, it depends on how you have configured _authentication_. Read the httpd docs:-

http://httpd.apache.org/docs/2.2/howto/auth.html (for version 2.2)

http://httpd.apache.org/docs/2.4/howto/auth.html (for version 2.4)

...and then you can tell us which authentication method you are using and on which platform (and version) and hopefully someone will be able to help you.

~ mark c
Received on 2015-03-05 08:25:24 CET

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.