kopano-archiver-aclsync.8 3.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. '\" t
  2. .\" Title: kopano-archiver-aclsync
  3. .\" Author: [see the "Author" section]
  4. .\" Generator: DocBook XSL Stylesheets v1.79.1 <http://docbook.sf.net/>
  5. .\" Date: November 2016
  6. .\" Manual: Kopano Core user reference
  7. .\" Source: Kopano 8
  8. .\" Language: English
  9. .\"
  10. .TH "KOPANO\-ARCHIVER\-AC" "8" "November 2016" "Kopano 8" "Kopano Core user reference"
  11. .\" -----------------------------------------------------------------
  12. .\" * Define some portability stuff
  13. .\" -----------------------------------------------------------------
  14. .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  15. .\" http://bugs.debian.org/507673
  16. .\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
  17. .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  18. .ie \n(.g .ds Aq \(aq
  19. .el .ds Aq '
  20. .\" -----------------------------------------------------------------
  21. .\" * set default formatting
  22. .\" -----------------------------------------------------------------
  23. .\" disable hyphenation
  24. .nh
  25. .\" disable justification (adjust text to left margin only)
  26. .ad l
  27. .\" -----------------------------------------------------------------
  28. .\" * MAIN CONTENT STARTS HERE *
  29. .\" -----------------------------------------------------------------
  30. .SH "NAME"
  31. kopano-archiver-aclsync \- Synchronizes archive ACL settings with those of the primary store\&.
  32. .SH "SYNOPSIS"
  33. .HP \w'\fBkopano\-archiver\-aclsync\fR\ 'u
  34. \fBkopano\-archiver\-aclsync\fR [\fIOPTION\fR...]
  35. .SH "DESCRIPTION"
  36. .PP
  37. When a user has set permissions for others on his or her store or folders, the other user will need at least read\-permissions on this persons archive as well in order to read stubbed messages or access the archive directly\&. These permissions can not be set by the owner of the archive if the archive was attached without write privileges\&. Even if the user has write permissions, it\*(Aqs a nuisance to have to set all the permissions twice (or more if multiple archives are attached)\&.
  38. .PP
  39. \fBkopano\-archiver\-aclsync\fR
  40. can be used to propagate the ACL settings from the primary store to the archives\&. However, no user will ever get more right on a store or folder than the owner of the archive\&. So if the archive was attached without write permissions, no user will get write permissions on the archive\&.
  41. .PP
  42. For every archived folder in an archived store
  43. \fBkopano\-archiver\-aclsync \fRwill first determine the rights for the owner of the archive\&. Then it will get all the entries from the ACL of the current folder except those of the owner\&. Each right will be masked with the rights of the owner before being added to the ACL of the archive folder\&.
  44. .SH "OPTIONS"
  45. .PP
  46. \fB\-\-user\fR, \fB\-u\fR \fINAME\fR
  47. .RS 4
  48. Run the script for just the specified user(s)\&. By default, it runs for all users\&.
  49. .RE
  50. .PP
  51. \fB\-\-log\-level\fR, \fB\-l\fR \fINAME\fR
  52. .RS 4
  53. Specify log\-level, for example, \*(Aqerror\*(Aq, \*(Aqwarning\*(Aq \*(Aqinfo\*(Aq or \*(Aqdebug\*(Aq\&.
  54. .RE
  55. .PP
  56. \fB\-\-server\-socket\fR, \fB\-s\fR \fISOCKET\fR
  57. .RS 4
  58. Connect to storage server through specified socket\&.
  59. .RE
  60. .PP
  61. \fB\-\-ssl\-key\fR, \fB\-k\fR \fIFILE\fR
  62. .RS 4
  63. Specify SSL key file\&.
  64. .RE
  65. .PP
  66. \fB\-\-ssl\-pass\fR, \fB\-p\fR \fIPASSWORD\fR
  67. .RS 4
  68. Specify SSL key password\&.
  69. .RE
  70. .SH "AUTHOR"
  71. .PP
  72. Written by Kopano\&.