You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by we...@tigris.org on 2009/03/10 04:43:34 UTC

subversion + microsoft active directory authentication

Hi

I have installed subversion 1.5.4-3 in fedora 10 OS with httpd-2.2.10-2.
I am trying to configure svn with microsoft active directory with https.I am getting following error.
"Alert!: Unexpected network read error; connection aborted.
Can't Access `https://ip/'
Alert!: Unable to access document".
My subversion.conf is given below.
<Location />
        DAV svn
        SVNParentpath /var/www/svn
        SVNListParentPath On
        SSLRequireSSl
        AuthzLDAPAuthoritative on
        AuthBasicProvider ldap
        AuthType Basic
        AuthName "SVN Repository"
       AuthLDAPURL "ldap://ldapurl:389/dc=dd?sAMAccountName?sub?(objectClass=*)"
        AuthLDAPBindDN "cn=ldapuser,cn=Users,dc=dd"
        AuthLDAPBindPassword "ldappassword"
        require ldap-group ou=df,dc=df
</Location>


Plz help to rectify the situation.
Thanx
Linuz

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=1301034

To unsubscribe from this discussion, e-mail: [users-unsubscribe@subversion.tigris.org].