SVN用户认证,Window域认证和Password认证同应用
SVN用户认证,windows域认证和passwd认证同时应用的经验,我两个都可以单独运行,但一起就是不行,WIN2000和Winxp+sp1都不行,我的配置如下:
<Location /svn>
DAV svn
SVNListParentPath on
SVNParentPath D:\SVN
AuthName "Subversion repositories"
AuthzSVNAccessFile svnaccessfile.txt
# NT Domain Logins.
AuthType SSPI
SSPIAuth On
SSPIAuthoritative On
SSPIDomain <domaincontroller>
SSPIOfferBasic On
# Htpasswd Logins.
AuthType Basic
AuthAuthoritative Off
AuthUserFile passwd
Require valid-user
</Location>
搜索更多相关主题的帖子:
Password SVN Window 应用 认证