"/home/svn/project1/conf/authz"의 두 판 사이의 차이

잔글 (Jmnote 사용자가 /repos/project1/conf/authz 문서를 /home/svn/project1/conf/authz 문서로 옮겼습니다)
 
1번째 줄: 1번째 줄:
;authz
;authz
;/svn/repo1/conf/authz  
;/home/svn/project1/conf/authz


==기본값==
==기본값==
40번째 줄: 40번째 줄:
==같이 보기==
==같이 보기==
*[[svnserve.conf]]
*[[svnserve.conf]]
*[[passwd (svn)]]
*[[/home/svn/project1/conf/passwd]]
*[[서브버전]]
*[[서브버전]]


[[분류: 서브버전]]
[[분류: 서브버전]]
[[분류: /home/svn/project1/conf]]

2016년 4월 25일 (월) 13:58 기준 최신판

authz
/home/svn/project1/conf/authz

1 기본값[ | ]

### 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]
# 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

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

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

2 같이 보기[ | ]

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}