0

I have SVN configured to authenticate against NIS, also not sure how it authenticates against NIS.

I want to disconnect the server from NIS and convert it to local authentication. How this can be achieved.

The snip of my current config is as below

svn.conf

<Location /svn/dir>
DAV svn
SVNPath /svn/dir
SVNPathAuthz Off
AuthType Basic
AuthName &quot;Subversion Server&quot;
Require group accounting finance
AuthzSVNAccessFile /etc/httpd/vhosts/business.acl

</Location>

subversion.conf

LoadModule dav_svn_module     modules/mod_dav_svn.so
LoadModule authz_svn_module   modules/mod_authz_svn.so
Romeo Ninov
  • 6,677

0 Answers0