<div>Anyone have any experience with this? I am currently setting this up at my work. I have set up the SVN server and Apache 2.2.3 on CentOS. SVN Serves fines just using basic authentication. Now I am trying to hook into our MS Active Directory and have been very successful at finding configurations that don&#39;t seem to work.</div>

<div>&nbsp;</div>
<div>As far as I can tell, I am not even contacting the AD server. There is no outbound traffic and notthing in the apache error logs. below is my config.</div>
<div>&nbsp;</div>
<div>&lt;Location /subversion&gt;<br>&nbsp; # Load SVN Dav<br>&nbsp; DAV svn</div>
<div>&nbsp; # set the path to the repo<br>&nbsp; SVNPath /var/svn/repo</div>
<div>&nbsp; AuthBasicProvider ldap<br>&nbsp; AuthType Basic<br>&nbsp; AuthzLDAPAuthoritative off<br>&nbsp; AuthName &quot;My Subversion Server&quot;<br>&nbsp; AuthLDAPURL <a href="ldap://ldapserver.company.com:389/DC=company,DC=com&gt;sAMAccountName?sub?(objectClass=*)">ldap://ldapserver.company.com:389/DC=company,DC=com&gt;sAMAccountName?sub?(objectClass=*)</a><br>
&nbsp; AuthLDAPBindDN &quot;CN=binduser,CN=usergroup,DC=company,DC=com&quot;<br>&nbsp; AuthLDAPBindPassword bindpassword</div>
<div>&nbsp; require valid-user<br>&lt;/Location&gt;</div>
<div>&nbsp;</div>
<div>I haven&#39;t made any changes to the httpd.conf (other than making sure mod_authnz_ldap is installed and loaded).</div>
<div>&nbsp;</div>
<div>This is completely out of my league.</div>
<div>&nbsp;</div>
<div>Thanks in advance for any help.</div>
<div>&nbsp;</div>
<div>~Lee<br></div>