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

Configure SVN+apache with Windows Active Directory and authenticate

From: Intikhab Alam <intikhabalam_at_gmail.com>
Date: Wed, 25 Mar 2009 09:27:52 +0400

Dear all,

i am new to SVN community. i configure SVN+ Apache, its working fine
and asking for username using AUTH file.now new require comes that, i
have to configure it with windows active directory. i am using
following for this.

<Location /svn/testrepo>
DAV svn
SVNPath D:/svn_repository/testrepo
AuthType SSPI
AuthName "Subversion repositories - Active Directory authentication"
SSPIAuth On
SSPIAuthoritative On
SSPIDomain localdome

SSPIOfferBasic On
AuthzSVNAccessFile c:/etc/svn-acl
Require valid-user
</Location>

when i try to open, it does not allowing me, it display following

C:\work>svn co http://localhost/svn/testrepo/
Authentication realm: <http://localhost:80> Subversion repositories -
Active Directory authentication
Password for 'Intikhab.Alam': *************

i enter password, but it does not allow me.

please tell me, how i can configure and from where, SVN is comparing
password. thanks in advance for you help.

-- 
Intikhab Alam
0097509208361
------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=1410739
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-03-26 16:26:29 CET

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.