You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Justin Johnson <ju...@justinj.org> on 2006/06/14 14:12:43 UTC

LDAP and path based auth

Is it possible to use LDAP and still have some sort of path based
authorization?  I haven't read anything stating this explicitly but it
seems like you can't mix the auth files and LDAP.

Thanks,
Justin

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

Re: LDAP and path based auth

Posted by Justin Johnson <ju...@justinj.org>.
On 6/14/06, Garrett Rooney <ro...@electricjellyfish.net> wrote:
> On 6/14/06, Justin Johnson <ju...@justinj.org> wrote:
> > Is it possible to use LDAP and still have some sort of path based
> > authorization?  I haven't read anything stating this explicitly but it
> > seems like you can't mix the auth files and LDAP.
>
> I imagine it should be possible to use LDAP to manage your users,
> although the groups they're in will still have to be managed in the
> mod_authz_svn config file, along with the rest of the path based authz
> stuff.
>

Thanks!  This is indeed working.  I set it up so users must be in an
LDAP group to get access to the repository, but then paths can be
restricted based on the auth file.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

Re: LDAP and path based auth

Posted by Garrett Rooney <ro...@electricjellyfish.net>.
On 6/14/06, Justin Johnson <ju...@justinj.org> wrote:
> Is it possible to use LDAP and still have some sort of path based
> authorization?  I haven't read anything stating this explicitly but it
> seems like you can't mix the auth files and LDAP.

I imagine it should be possible to use LDAP to manage your users,
although the groups they're in will still have to be managed in the
mod_authz_svn config file, along with the rest of the path based authz
stuff.

-garrett

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org