1

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
  1. How to encrypt password in host /config/passwd?
  2. 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.
4
  • Have you checked the free Subversion book? It has extensive documentation of the different server and authentication options like Basic Authentication (which should work with hashed passwords out-of-the-box), TLS client certificate authentication, SSH-based authentication, LDAP and many more.
    – Ja1024
    Commented Jul 17 at 10:46
  • Hi Ja1024, I have reviewed some but didn't see spcific on above requirment yet. can you advise?
    – Butthry
    Commented Jul 17 at 10:56
  • 2
    How do the authentication options I've linked to not address your requirements? You said you either want to hash/encrypt the password on the server, or you want to use an alternative authentication method like certificate-based authentication. Both is possible if you use SVN over Apache with the 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.
    – Ja1024
    Commented Jul 17 at 11:09
  • Sound good @Ja1024, let me try to find with your instruction
    – Butthry
    Commented Jul 19 at 4:50

0

You must log in to answer this question.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.