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

AuthType Basic (with ext LDAP)

From: Naumenko, Roman <roman.naumenko_at_rbccm.com>
Date: Fri, 18 Oct 2013 17:01:38 +0000

Hi,

There is a simple setup for svn users authentication on the server using
LDAP.

<Location /svnlocation>
         DAV svn
         SVNListParentPath on
         SVNParentPath /path_to_data
         SVNListParentPath on
         AuthzSVNAccessFile /path_to_accessfile/accfile

         AuthzLDAPAuthoritative off
         AuthType Basic
         AuthBasicProvider ldap
         AuthName "your login pls"
         AuthLDAPBindDN "blah-blah"
         AuthLDAPBindPassword "somepass"
         AuthLDAPURL "ldap://URL+DC?sub?(objectClass=*)"
         AuthzForceUsernameCase Lower
         Require valid-user

         CheckSpelling On
</Location>

What I noticed is that svn server making a request for each svn URI or
operation, which neither LDAP server likes nor users that could be
waiting for their turn to be authenticated and see delays in svn server
response.

Could somebody point me where the problem is?
I'd expect only one authentication request from the server when user
presents himself first time (or after cache expires).

--Roman
_______________________________________________________________________

This email is intended only for the use of the individual(s) to whom it is addressed and may be privileged and confidential.
Unauthorised use or disclosure is prohibited. If you receive This e-mail in error, please advise immediately and delete the original message.
This message may have been altered without your or our knowledge and the sender does not accept any liability for any errors or omissions in the message.

Ce courriel est confidentiel et protégé. L'expéditeur ne renonce pas aux droits et obligations qui s'y rapportent.
Toute diffusion, utilisation ou copie de ce message ou des renseignements qu'il contient par une personne autre que le (les) destinataire(s) désigné(s) est interdite.
Si vous recevez ce courriel par erreur, veuillez m'en aviser immédiatement, par retour de courriel ou par un autre moyen.
Received on 2013-10-18 19:02:39 CEST

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.