SVN认证配置无效 原装SVN权限配置 目录配置 用户权限设置

这篇讲的差不多了:http://blog.csdn.net/duguduchong/article/details/8819862

复制一下:

解决办法:

检验 conf目录 下所有文件,svnserve.conf 、authz、passwd文件在书写的时候行前都不要有空格

authz文件

  1. [aliases]  
  2. # joe = /C=XZ/ST=Dessert/L=Snake City/O=Snake Oil, Ltd./OU=Research Institute/CN=Joe Average  
  3.   
  4. [groups]  
  5. # harry_and_sally = harry,sally  
  6. # harry_sally_and_joe = harry,sally,&joe  
  7. admin = niy #前面不要有空格  
  8. # [/foo/bar]  
  9. # harry = rw  
  10. # &joe = r  
  11. # * =  
  12. [/]  
  13. @admin = rw  #前面不要有空格  
  14.   
  15. # [repository:/baz/fuz]  
  16. # @harry_and_sally = rw  
  17. # * = r  
  18. [repos:/]  
  19. @admin = rw  
  20. * = r 

svnserve.conf

  1. [general]  
  2. ### These options control access to the repository for unauthenticated  
  3. ### and authenticated users.  Valid values are "write", "read",  
  4. ### and "none".  The sample settings below are the defaults.  
  5. anon-access = none #取消注释后行前面不要有空格  
  6. auth-access = write  
  7. ### The password-db option controls the location of the password  
  8. ### database file.  Unless you specify a path starting with a /,  
  9. ### the file's location is relative to the directory containing  
  10. ### this configuration file.  
  11. ### If SASL is enabled (see below), this file will NOT be used.  
  12. ### Uncomment the line below to use the default password file.  
  13. password-db = passwd  
  14. ### The authz-db option controls the location of the authorization  
  15. ### rules for path-based access control.  Unless you specify a path  
  16. ### starting with a /, the file's location is relative to the the  
  17. ### directory containing this file.  If you don't specify an  
  18. ### authz-db, no path-based access control is done.  
  19. ### Uncomment the line below to use the default authorization file.  
  20. authz-db = authz  
  21. ### This option specifies the authentication realm of the repository.  
  22. ### If two repositories have the same authentication realm, they should  
  23. ### have the same password database, and vice versa.  The default realm  
  24. ### is repository's uuid.  
  25. realm = repos 

===================大笑我的说明大笑========================

1、# groups-db = groups不需要用到

2、如果允许的目录中,又要禁止几个子目录,那么需要都列出来,看下我的例子:

### This file is an example authorization file for svnserve.
### Its format is identical to that of mod_authz_svn authorization
### files.
### As shown below each section defines authorizations for the path and
### (optional) repository specified by the section name.
### The authorizations follow. An authorization line can refer to:
###  - a single user,
###  - a group of users defined in a special [groups] section,
###  - an alias defined in a special [aliases] section,
###  - all authenticated users, using the '$authenticated' token,
###  - only anonymous users, using the '$anonymous' token,
###  - anyone, using the '*' wildcard.
###
### A match can be inverted by prefixing the rule with '~'. Rules can
### grant read ('r') access, read-write ('rw') access, or no access
### (''). aliases and groups is default uncomment

[aliases]
# joe = /C=XZ/ST=Dessert/L=Snake City/O=Snake Oil, Ltd./OU=Research Institute/CN=Joe Average

[groups]
# harry_and_sally = harry,sally
# harry_sally_and_joe = harry,sally,&joe
Admin = lyj
G_zyw = zyw

# [/foo/bar]
# harry = rw
# &joe = r
# * =

# [repository:/baz/fuz]
# @harry_and_sally = rw
# * = r

# same as [proj-mini:/] 与这个一样
[/]
@Admin = rw

# 要开放的目录
[proj-mini:/trunk]
@G_zyw = rw

[proj-mini:/trunk/common]
@G_zyw = rw

[proj-mini:/trunk/proj_ctrl]
@G_zyw = rw

#同时要干掉禁止的目录,不然trunk全部出来了
[proj-mini:/trunk/test_ctrl]
@G_zyw = 
[proj-mini:/trunk/projx]
@G_zyw = 



  • 0
    点赞
  • 3
    收藏
    觉得还不错? 一键收藏
  • 4
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论 4
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值