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

Re: Subversion+Apache+Winbind

From: Samay <getafix123_at_hotmail.com>
Date: 2005-03-02 07:02:22 CET

----- Original Message -----
From: "Reinhard Brandstädter" <r.brandstaedter@gmx.at>
To: <users@subversion.tigris.org>
Sent: Wednesday, March 02, 2005 9:13 AM
Subject: Subversion+Apache+Winbind
>Hi!
>
>Has anyone ever tried to setup a subversion+apache+winbind combination to
>authenticate Users from a Windows Domain Forest against a Apache hosted
>Subversion repository?
>I'd like to do that and I'm looking into mod_pam for that.
>Or can I save my time, either because someone can give me some hints or
>just
>tell me it's not possible? ;-)
<snip>

Mod_auth_pam is what we use in our setup to achieve exactly what you are
after. Group & user level access control works pretty well.

You neet to modify your /etc/pam.d/system-auth to include "winbind". As long
as u can successfully enumerate ur windows users / groups by 'getent passwd'
& 'getent group', just add AUTH_PAM in your apache startup and then u can
use the usual mod_auth_pam config in ur Subversion Repo section of Apache
Config.

If you need more details, feel free to ask.

..HTH

Sam

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Mar 2 07:03:15 2005

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.