You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Static Absorption <st...@gmail.com> on 2006/09/11 20:32:24 UTC

Re: SVN and Active Directory (was: Re: Look for help on windows server platform)

Would it be possible to get a template for setting up auth on AD?

I don't really know exactly where to start.
I've got the mod_auth_ldap modules enabled, but I'm not really a MS or
an LDAP guy so I don't know how to set up authentication.  We've got
an authentication server in the DMZ that refers requests to another in
the internal network.

I'd like to get a good example of how this is done correctly so I
don't make a critical mistake and expose our source code to the world.

Thanks!

On 6/8/06, André Pönitz <an...@wasy.de> wrote:
> Rainer Sokoll wrote:
> > On Thu, Jun 08, 2006 at 10:30:01AM +0800, Eric Tsang wrote:
> >
> > > Anyone using AD authentication here?
> >
> > Yes.
> >
> > > Any problem so far?
> >
> > No (Apache 2.0.58, mod_auth_ldap).
>
> I have no problems either. Apache 2.0.54, mod_auth_ldap,
> running flawlessly on an old SuSE 9.2 box for 244 days
> (would have been 405, i.e. since it was setup, but I had
> to physically relocated the machine), serving mostly
> Windows clients (~30 Users, ~80 Projects).
>
> Andre'
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: users-help@subversion.tigris.org
>
>

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


Re: SVN and Active Directory

Posted by Lieven Govaerts <sv...@mobsol.be>.
Static Absorption wrote:
> Would it be possible to get a template for setting up auth on AD?
>
> I don't really know exactly where to start.
> I've got the mod_auth_ldap modules enabled, but I'm not really a MS or
> an LDAP guy so I don't know how to set up authentication.  We've got
> an authentication server in the DMZ that refers requests to another in
> the internal network.
>
> I'd like to get a good example of how this is done correctly so I
> don't make a critical mistake and expose our source code to the world.
>
> Thanks!
You can find a lot of examples in this mailing list's archive, this one 
is our configuration:
http://svn.haxx.se/users/archive-2005-12/1124.shtml

If you have Subversion set up on a Windows server, this page explains 
how to use SSPI for Windows domain authentication:
http://www.subversionary.org/sspidomainauth

hope this helps,

Lieven.

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