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

RE: Windows domain

From: Alexey Boroday <a.boroday_at_procreditbank.com.ua>
Date: 2004-12-17 10:31:20 CET

> > I've just installed Subversion (svn-win32-1.1.1) and
> Apache2 (2.0.52). It
> > works fine.
> > Now I'd like to check user names and passwords using Windows domain
> > authentication.
 
> You might find this helpful:
>
> http://tinyurl.com/68t2h

 Thank you for link but I cann't make it works :( Help me please:

 I download mod_auth_sspi.so and copy it to the 'modules' folder. There is
sspipkgs.exe file - how I should use it?
 Then I change httpd.conf as it shown in the example:

    # our user authentication policy
    AuthName "SVN Server"
    AuthType SSPI
    SSPIAuth On
    SSPIAuthoritative On
    SSPIDomain MYDOMAINNAME
    #SSPIOmitDomain On # keep domain name in userid string passed
down to mod_authz_svn
    #Require valid-user # A Require directive may? prevent userid
strings from being passed down to mod_authz_svn
    # our access control policy enforced by mod_authz_svn
    AuthzSVNAccessFile "d:/svndav/svnaccess.conf"

 I've got error when staring apache server:

"Syntax error on line 955 of C:/soft/Apache2/conf/httpd.conf:
Invalid command 'AuthzSVNAccessFile', perhaps mis-spelled or defined by a
module
not included in the server configuration"

 I couldn't find nor 'AuthzSVNAccessFile' nor 'AccessFile' substring in the
mod_auth_sspi-1.0.1-fixed.zip sources :(

 Do you have this configuration really works?

Thank you.

___________________________________________________________________________

This communication is confidential and may be legally privileged.
If you believe you are not an intended recipient, please inform the sender,
delete the e-mail and do not copy, print or use it or disclose it to others.
You can inform the sender by replying to this e-mail or by telephone (+380 44 4906080).

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Dec 17 10:37:07 2004

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.