Jan Keirse wrote on Mon, Nov 26, 2012 at 09:42:53 +0100:
> On Mon, Nov 26, 2012 at 9:28 AM, Markus Karg wrote:
>
> > I am using aliases (as typical with LDAP), so the cause you described
> > should not happen. Also, everything is lower case (alias names, group
> > names, etc.). And I do not have
On Mon, Nov 26, 2012 at 9:28 AM, Markus Karg wrote:
> I am using aliases (as typical with LDAP), so the cause you described
> should not happen. Also, everything is lower case (alias names, group
> names, etc.). And I do not have any relation between the rules‘ paths and
> the failing paths, as I
On Sat, Nov 24, 2012 at 12:12 AM, Markus Karg wrote:
> I wonder why this should produce this effect? I mean, why is it working
> with 99% of all paths, but not with some others?
Say that you are logged in as Markus (instead of markus), if some authz
rules refer to Markus and others refer to mar
17:46
To: Markus Karg
Cc: users@subversion.apache.org
Subject: Re: Path-based authorization buggy when using SASL-LDAP
Just a wild guess: does your username (in AD or as you entered it in the svn
client) have the same case as the authz file? Windows doesn't care but the
authz file
Just a wild guess: does your username (in AD or as you entered it in the
svn client) have the same case as the authz file? Windows doesn't care but
the authz file does.
My apache configuration has this setting to accomodate for this:
AuthzForceUsernameCase lower
I _think_ svnserve can do the same