作者kingrusk (ccc)
看板NetSecurity
标题[请益] subversion repository with Apache+OpneSSL
时间Fri Jan 30 03:18:37 2009
Hi,
我试着安装subversion repository,但是却遇到一些问题
目前我的server会允许 有SSL加密的连线
但是我试着输入帐号密码都没有用 server还是不断的要求我输入帐号跟密码
不知道有没有高手可以指点下,谢谢
以下是一些设定值
Here are my setting
/**httpd.conf**/
<Location /repos>
DAV svn
SVNParentPath "E:/SVNRepos"
# how to authenticate a user
AuthType Basic
AuthName "Subversion repository"
#SSLCertificateFile conf/ssl.crt/server.crt
#SSLCertificateKeyFile conf/ssl.key/server.key
AuthUserFile "E:/SVNRepos/passwd.ini"
# only authenticated users may access the repository
Require valid-user
# For any operations other than these, require an authenticated user.
#<LimitExcept GET PROPFIND OPTIONS REPORT>
# Require valid-user
#</LimitExcept>
# our access control policy
AuthzSVNAccessFile "E:/SVNRepos/authz.ini"
</Location>
/**httpd.conf**/
//** passwd.ini**//
[test]:$apr1$N6......$OFzLW8Rgj21bmzuJyPmLZ/
[rusk]:1234
//** passwd.ini**//
//** authz.ini**//
[groups]
pm = rusk
developers = rusk,test
everyone = *
[/]
* =
[project1:/]
@pm=rw
@developers=r
//** authz.ini**//
Very appreciate if anyone can give me some hint about what's going wrong?
--
※ 发信站: 批踢踢实业坊(ptt.cc)
◆ From: 128.83.198.105