I would like to check the possilbity about encrypt passowrd of authz users that we configured in svnserve.cfg
I have installed SVN in REHL9.4. Configure password at SVN/.../respository-name/config/
- authz: store end-user creation
- passwd: store password of user svn
- How to encrypt password in host /config/passwd?
- Subversion authentication, How to encrypt password that stored in end-user config file? or any possible way we can provide address access (svnHomeUrl=svn://.../respository-name/Branch) to user to svn beside this clear text password? i mean could be AD , or access by certificate.
mod_dav_svn
module. HTTP Basic Authentication allows you to only store a password hash on the server. And TLS client certificate authentication is, well, certificate-based authentication.