ag, 26. November 2012 15:52
An: Jan Keirse
Cc: Markus Karg; users@subversion.apache.org
Betreff: Re: Path-based authorization buggy when using SASL-LDAP
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 alia
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
-based authorization buggy when using SASL-LDAP
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
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 „force-username-case“. Can you point me
to a description on the web? J
Von: Jan Keirse [mailto:jan.kei...@tvh.com]
Gesendet: Montag, 26. November 2012 09:15
An: Markus Karg
Cc: users@subversion.apache.org
Betreff: Re: Path-based authorization buggy when using SASL-LDAP
On Sat, Nov 24
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
Hello Subversion Community,
do you know any relationship between LDAP and paths in svn?
I am running svnserve 1.6.12 on Debian 6.0.6 "squeeze" and it works
really well, but now I wanted to switch from plain passwd file to
SASL-LDAP (ActiveDirectory) based authentication and trapped into a
r