> >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:mohsinchan...@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

Reply via email to