Advertisement
Guest User

Felipe Cardoso Martins

a guest
Nov 17th, 2008
344
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.69 KB | None | 0 0
  1. ### This file is an example authorization file for svnserve.
  2. ### Its format is identical to that of mod_authz_svn authorization
  3. ### files.
  4. ### As shown below each section defines authorizations for the path and
  5. ### (optional) repository specified by the section name.
  6. ### The authorizations follow. An authorization line can refer to a
  7. ### single user, to a group of users defined in a special [groups]
  8. ### section, or to anyone using the '*' wildcard. Each definition can
  9. ### grant read ('r') access, read-write ('rw') access, or no access
  10. ### ('').
  11.  
  12. [groups]
  13. # harry_and_sally = harry,sally
  14.  
  15. # [/foo/bar]
  16. # harry = rw
  17. # * =
  18.  
  19. # [repository:/baz/fuz]
  20. # @harry_and_sally = rw
  21. # * = r
  22.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement