You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Eric Lemes <er...@gmail.com> on 2006/05/10 14:24:10 UTC

Windows - Integrated Active Directory authentication

Hello there,

I'm doing a lot of tests with SVN + Apache + Windows, and found the good
tutorial of TortoiseSVN for AD integrated auth.

It works very fine, but there's a little issue.

When using an AuthzSVNAccessFile, we must specify the username=r or
username=rw. With the AD, the sintax domain\user works fine.

The trouble here is that for SVNAuthz, the user name is case sensitive, and
windows AD uses case-insensitive user name. So, if the users log as
DOMAIN\USER, he don't have access to the repository.

Someone knows a patch or a workaround for this problem?


[]'s

Eric Lemes