Only GSSAPI auth and placed at root path
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
<Location /svn>
|
||||
<Location />
|
||||
DAV svn
|
||||
SVNParentPath /home/svn
|
||||
SVNListParentPath On
|
||||
|
||||
AuthName "Subversion Repository"
|
||||
|
||||
AuthType Basic
|
||||
AuthUserFile /etc/subversion/passwd
|
||||
#AuthType Basic
|
||||
#AuthUserFile /etc/subversion/passwd
|
||||
|
||||
AuthType GSSAPI
|
||||
GssapiConnectionBound On
|
||||
|
||||
Reference in New Issue
Block a user