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

RE: combine basic authentication with LDAP on SVN

From: Giulio Troccoli <Giulio.Troccoli_at_uk.linedata.com>
Date: Wed, 27 Oct 2010 16:05:55 +0100

I've done exaclty that. I used the following

AuthType Basic
AuthBasicProvider svn-admins ldap-ln1ads01 file

svn-admins and ldap-ln1ads01 are aliases defined with AuthnProviderAlias, but the idea is the same. You can combine them. Of course using file then you will need the AuthUserFile to point to your password file.

Giulio

P.S. Please do not post in HTML

Linedata Limited
Registered Office: 85 Gracechurch St., London, EC3V 0AA
Registered in England and Wales No 3475006 VAT Reg No 710 3140 03

________________________________

        From: Jasper Bal | AdSolutions [mailto:JasperB_at_adsolutions.com]
        Sent: 27 October 2010 15:32
        To: users_at_subversion.apache.org
        Subject: combine basic authentication with LDAP on SVN

        Hi All,

        I've successfully setup a svn server using Active Directory for authentication. Some of my users are from a different office and do not exist in the AD. I would like to authenticate them using the standard password file instead of adding them to AD.

        I am aware of the AuthzLDAPAuthoritative off directive, but cannot find any documentation on its use except in combination with anonymous login.

        The problem might be that both kinds of authentication are handled in the same module (authz_svn_module). Do I need to load a different module to make the fall through possible?

        Can someone point me to the right documentation?

        Cheers,

        Jasper
Received on 2010-10-27 18:38:13 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.