i'm taking over a previous SVN server and need to add access to some users but really can't understand why the added users are not logged in as they should. It's a Linux Debian 10 virtual server with Docker 20.10.17 and SVN 1.10.04. We use LDAP access authorization. I located the file "dav_svn.access" and added the users i wish to log but this doesn't work. I restarted both the docker and the apache2 service. In the docker log i can see the user trying to connect but it says "user not found".
I don't understand which file get interrogated by the svn other than the one i already changed.
Can i give you more infos?