Re: Path-based authorization buggy when using SASL-LDAP

2012-11-26 Thread Jan Keirse
On Sat, Nov 24, 2012 at 12:12 AM, Markus Karg k...@quipsy.de 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

AW: Path-based authorization buggy when using SASL-LDAP

2012-11-26 Thread Markus Karg
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 said initially. Also, I did not find a documentation

Re: Cannot add files which contain '@' in filename

2012-11-26 Thread Dave Huang
On Nov 25, 2012, at 3:13, Nick nos...@codesniffer.com wrote: Thanks. Is it possible/valid to specify a peg revision when adding files? If not, does it make sense for SVN to not attempt to interpret the '@' character for this operation? Hmm, that's a good point--it doesn't seem like peg

Re: Path-based authorization buggy when using SASL-LDAP

2012-11-26 Thread Jan Keirse
On Mon, Nov 26, 2012 at 9:28 AM, Markus Karg k...@quipsy.de 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

AW: Path-based authorization buggy when using SASL-LDAP

2012-11-26 Thread Markus Karg
Well, I will give it a try with „force-username-case“, but can you please send me a URL where this is documented? I just do not find it. Von: Jan Keirse [mailto:jan.kei...@tvh.com] Gesendet: Montag, 26. November 2012 09:43 An: Markus Karg Cc: users@subversion.apache.org Betreff: Re:

Command line commit fails

2012-11-26 Thread spambouncer
Hi list! We're using a little script for our merging operations, which contains the following line for committing the results as a special merge user with a generated commit message: svn ci --username foo --password bar --no-auth-cache -F commit_msg.txt local\path 2 stderr.txt Upon this, a

Re: Path-based authorization buggy when using SASL-LDAP

2012-11-26 Thread Daniel Shahaf
Jan Keirse wrote on Mon, Nov 26, 2012 at 09:42:53 +0100: On Mon, Nov 26, 2012 at 9:28 AM, Markus Karg k...@quipsy.de 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

AW: Path-based authorization buggy when using SASL-LDAP

2012-11-26 Thread Markus Karg
Good idea. Here is the config. :-) == svnserve.conf == [general] anon-access = none auth-access = write realm = MyDomain authz-db = authzfile [sasl] use-sasl=true == authzfile (stripped all groups that mk is not member of) == [aliases] mk = CN=Markus