tortoisesvn etoken support
From: Daniel van den Oord <daniel304_at_chello.nl>
Date: Wed, 9 Jun 2010 23:53:17 -0700 (PDT)
Hi we have setup an subversion repo with ldap authentication for internal use. We want to be able to extend this to users at home.
<VirtualHost svn-mobile.org1.com:443>
SSLEngine on
#IE bug
# comment next 3 lines and itr works without authentication
DocumentRoot /export/www/org1_svn
<Location />
AuthType Basic
AuthBasicProvider org1 org2 htpasswd
Require valid-user
ErrorLog /export/logs/apache/org1_svn-mobile/sslerror.log
</VirtualHost>
---------- subversion servers config -----------
[org1]
------------------------------------------------------
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
|
This is an archived mail posted to the TortoiseSVN Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.