LoadModule sspi_auth_module modules/mod_auth_sspi.so
to the LoadModule's section. Make sure you insert this line before the line
LoadModule auth_module modules/mod_auth.so
为了让 Subversion Location 使用此认证类型,你需要将这一行
AuthType Basic
修改为
AuthType SSPI
并且在 <Location /svn> 中增加
SSPIAuth On SSPIAuthoritative On SSPIDomain <domaincontroller> SSPIOmitDomain on SSPIUsernameCase lower SSPIPerRequestAuth on SSPIOfferBasic On
。 如果你没有域控制器,可以将域控制器的名称置为 <domaincontroller>。

![[提示]](/uploads/allimg/080318/1035492.png)
![[重要]](/uploads/allimg/080318/1035493.png)