[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

subversion + microsoft active directory authentication

From: <webpost_at_tigris.org>
Date: Mon, 9 Mar 2009 21:43:34 -0700 (PDT)

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_at_subversion.tigris.org].
Received on 2009-03-10 06:14:46 CET

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.