Am Freitag, den 05.01.2018, 16:29 +0100 schrieb Branko Čibej:
> Are you really changing the username stored in the request in your
> authentication script? That could certainly be the problem, AFAIK
> there's no guarantee that that change gets propagated back to
> mod_authz_svn.
>
> (It's also a h
On 05.01.2018 16:00, Stefan Hauffe wrote:
>
> Hello community,
>
>
>
> I have an Apache 2.4 which shall deliver SVN repos by the
> http-Protocol. I’m experienced with standard Basic Authentification
> and path-based authorization for the Subversion repo.
>
>
>
> In my new application, the authe
Hello community,
I have an Apache 2.4 which shall deliver SVN repos by the http-Protocol. I'm
experienced with standard Basic Authentification and path-based authorization
for the Subversion repo.
In my new application, the authentication will be done by a LUA-script using
the directive "LuaHo