synapse88 wrote:
> Thanks for your post!
>
> Turns out the domain name in my accessFile.txt file was in all capitol
> letters, yet the Apache error.log file showed the domain being passed was
> all lowercase. So after changing the domain name in the accessFile.txt to
> lowercase everything worked fine. (yay!)
>
> Funny thing is, we haven't made any changes to that accessFile.txt in some
> time. And when I look back in the error.log file I can see my domain name
> used to be passed in uppercase. Is there any way 1.5 is passing the
> credentials differently than 1.48 did? Or is another piece of software (IE
> perhaps?) responsible this change in the way the domain name is being
> passed?
>
> I did try the "SSPIOmitDomain on" setting (when the domain name was still
> uppercase in the accessFile.txt) but the commit still failed with all the
> same messages.
You should use the config option
SSPIUsernameCase lower
in your <Location> block.
(or SSPIUsernameCase upper if you prefer that).
Stefan
--
___
oo // \\ "De Chelonian Mobile"
(_,\/ \_/ \ TortoiseSVN
\ \_/_\_/> The coolest Interface to (Sub)Version Control
/_/ \_\ http://tortoisesvn.net
Received on 2008-06-27 16:49:41 CEST