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

Re: How can i simplify the login with Windows domain authentication?

From: Jon Bendtsen <jbendtsen_at_laerdal.dk>
Date: Thu, 18 Sep 2008 11:31:23 +0200

On 18/09/2008, at 01.00, baz themail wrote:

> All,
>
> How can i simplify the login with Windows domain authentication?
>
> At the moment, when I do a simple command, I will need to type "svn
> ls --username MYDOMAIN\bazthemail http://svn.company.com/svn/
> REPO_NAME"

My users does not need to supply the domain name, because i told my
smb.conf
        winbind use default domain = yes
And i use apache 2.0 authPAM using pam winbind using samba for auth.

For apache 2.2 i was planning to use authnz_external and the external
pwauth program that checks auth against pam. But today one of my users
told me that he ported apache 2.0 auth pam to apache 2.2. We are going
to test it on a test server, then possibly on the production server,
and then we'll probably release it.

But maybe authnz_external is better because it doesnt need apache to
start/run as root?
See these articles:
        http://blog.innerewut.de/2007/6/26/apache-2-2-authentication-with-mod_authnz_external
        http://www.unixpapa.com/pwauth/

All this should allow you to only supply the username, which is a
little less.

JonB

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-09-18 11:31:48 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.