Aliyun set up svn server outside the network access being given permission configuration failed error

After all the structures configured as follows

[root@iZuf655czz7lmtn8v15tsjZ conf]# pwd
/home/SVN/conf
[root@iZuf655czz7lmtn8v15tsjZ conf]# ls
authz  passwd  svnserve.conf

In turn modify the configuration file as follows

[root@iZuf655czz7lmtn8v15tsjZ conf]# view passwd
[users]
admin=admin123456
[root@iZuf655czz7lmtn8v15tsjZ conf]# view authz
[groups]
group_admin=admin
group_test=test1,test2
group_dev=bob_dev

[/]
@group_admin=rw
@group_test=r
@gruop_dev=rw
[root@iZuf655czz7lmtn8v15tsjZ conf]# view svnserve.conf
[general]
anon-access = read
auth-access = write
password-db = passwd
authz-db = authz
realm = /home/SVN

but. . . Local Rom, still being given the wrong auth

I read a lot of explanation, without success, and finally this reference

https://blog.csdn.net/whm18322394724/article/details/79675199

Because a person with my own, annotate directly verify the auth

[root@iZuf655czz7lmtn8v15tsjZ conf]# view svnserve.conf
[general]
#authz-db = authz

Restart

[root@iZuf655czz7lmtn8v15tsjZ conf]# ps -ef | grep svnserve
[root@iZuf655czz7lmtn8v15tsjZ conf]# kill -9 30613
[root@iZuf655czz7lmtn8v15tsjZ conf]# svnserve -d -r /home/SVN/

So you do not have permission to verify access to the svn server

Next record, the next time to find the cause of the problem and then update permissions

Guess you like

Origin www.cnblogs.com/bobkingblog/p/12118183.html