Re: Escaping characters in authz usernames

2012-10-08 Thread Damon Wischik
On 8 October 2012 10:03, Stefan Sperling wrote: > On Mon, Oct 08, 2012 at 09:29:48AM -0700, Damon Wischik wrote: >> I have some usernames which contain the '=' character, and I can't >> figure out how to refer to them in the authz file. > > Have you considered setting up aliases as described here?

Re: Escaping characters in authz usernames

2012-10-08 Thread Stefan Sperling
On Mon, Oct 08, 2012 at 09:29:48AM -0700, Damon Wischik wrote: > I have some usernames which contain the '=' character, and I can't > figure out how to refer to them in the authz file. > > I'm using Apache2 to serve a subversion repository, and I'm using > client certificates with FakeBasicAuth. T

Escaping characters in authz usernames

2012-10-08 Thread Damon Wischik
I have some usernames which contain the '=' character, and I can't figure out how to refer to them in the authz file. I'm using Apache2 to serve a subversion repository, and I'm using client certificates with FakeBasicAuth. This means that a user has to provide a client certificate, and Apache tak