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

SVN + LDAP+SSL - please help

From: Eugenia Shuiskaja <Eugenia.Shuiskaja_at_Sun.COM>
Date: Wed, 03 Dec 2008 14:44:18 +0100

Please help the nub.

Server: Solaris 10 + SVN 1.4.3 + Apache/2.0.58

The LDAP request should be sent over SSL.

the fragment of http.conf for the svn location:

<Location /svn>
  DAV svn
  SVNParentPath /svn
  AuthzSVNAccessFile "/etc/svn-access-file"
  AuthName "Subversion Repository"
  AuthType Basic
  LDAP_Server server-ds-edge
  LDAP_Port 636
  Base_DN "ou=people,dc=domain,dc=com"
  UID_Attr employeenumber
  <LimitExcept GET PROPFIND OPTIONS REPORT>
     Require valid-user
     # Need to reverse the effect of the non-SSL config.
     Allow from all
  </LimitExcept>

BUT the authentication failed. I started the snoop to sniff what's going on:

TCP: ----- TCP Header -----
TCP:
TCP: Source port = 41658
TCP: Destination port = 389 (LDAP)
.........................

As far as I understand, that means the request is sent to 389 port -
LDAP default.

How to configure that right?

Thanks in advance,
Eugenia

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

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2008-12-03 14:45:50 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.