You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Brice Dardel <bd...@plexsci.com> on 2004/05/15 00:04:47 UTC

SSPI: can the domain name be removed from the username stored in svn?

Hey guys,

Thanks to the _fantastic_ documentation (I mean it), I've setup a new
repository using on the server side svn 1.0.2 + Apache 2.0.49 + SSPI + SSL
on w2k server.   Client side will mostly be TortoiseSvn 1.0.4 on xp.

When the users commit things, they appear as "DOMAIN\username" in svn.  I'd
like to keep only "username" (without "DOMAIN\", basically removing anything
before, and including, the backslash).  Any easy way to do that or should I
dig in the code? :)

Thanks,

Brice.


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

RE: SSPI: can the domain name be removed from the username stored in svn?

Posted by Brice Dardel <bd...@plexsci.com>.
<oops>

For anyone who wants the answer, there were some previous posts in the
mailing list (...).

You can use "SSPIOmitDomain On" by installing a modified version of
mod_auth_sspi.  Thanks to Jeremy Bettis for that usefull feature.

http://www.deadbeef.com/software/sspi.html
http://www.contactor.se/~dast/svnusers/archive-2004-04/0132.shtml

Hope that helps someone.

</oops>


-----Original Message-----
From: Brice Dardel [mailto:bdardel@plexsci.com]
Sent: Friday, May 14, 2004 19:05
To: users@subversion.tigris.org
Subject: SSPI: can the domain name be removed from the username stored in
svn?

Hey guys,

Thanks to the _fantastic_ documentation (I mean it), I've setup a new
repository using on the server side svn 1.0.2 + Apache 2.0.49 + SSPI + SSL
on w2k server.   Client side will mostly be TortoiseSvn 1.0.4 on xp.

When the users commit things, they appear as "DOMAIN\username" in svn.  I'd
like to keep only "username" (without "DOMAIN\", basically removing anything
before, and including, the backslash).  Any easy way to do that or should I
dig in the code? :)

Thanks,

Brice.


---------------------------------------------------------------------
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