From: Anders Kaseorg Date: Wed, 15 Sep 2010 20:33:54 +0000 (-0400) Subject: Remove insecure suggestion of X-Git-Url: https://sipb.mit.edu/gitweb.cgi/wiki.git/commitdiff_plain/62ae40cd0a88630ac74d25918ab61004d6a867c2?ds=sidebyside Remove insecure suggestion of --- diff --git a/doc/afs-and-you.html b/doc/afs-and-you.html index 0ebf903..d2934c4 100644 --- a/doc/afs-and-you.html +++ b/doc/afs-and-you.html @@ -226,18 +226,11 @@ Unfortunately, adding specific users to an AFS ACL does not mean they can see th

  • You can require that the user have valid certificates: -
      <limit GET>
    -  require valid-user
    -  </limit>
    +
    require valid-user
     
  • You can require the reader be (a) specific user(s), for example: -
      <limit GET>
    -  require user fawkes jflorey sipbtest jarandom
    -  </limit>
    -
    +
    require user fawkes jflorey sipbtest jarandom
     
  • You can require that the reader be a member of one of certain moira groups (notice these are moira groups, there is no "system:". For example: -
     <limit GET>
    -  require group sipb-staff sipb-prospectives
    - </limit>
    +
    require group sipb-staff sipb-prospectives
     

Note that you cannot mix users and groups in the same directory

.