LDAP+authz
From: Dirk Hoffmann <dh.discuss_at_web.de>
Date: 2005-12-09 14:38:55 CET
Hi,
I'm really desperate about the following problem.
I'm running svn inside as an apache module.
I want to provide the users with private areas inside a repository.
http://server/repo/private
The authentication data resides in an LDAP database.
So far this could be achieved with the following kind of sections in
<Location /repo/private/tom>
SVNPath /local/path/to/repo
AuthName "Tom's private area"
# LDAP based authentication
Require user tom
The same for Susan and all the other user's
The problem with this approach is that such a section needs to be
Using mod_authz_svn may reduce the problem as the access file can be
So what would be needed is a kind of mod_ldap_authz_svn.
Is something of that sort on the way or does somebody have an idea for a
Thanks in advance for sharing your thougths about this.
Best Regards,
---------------------------------------------------------------------
|
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.