]> git.ipfire.org Git - thirdparty/krb5.git/commitdiff
Correct kadm5.acl synopsis
authorBen Kaduk <kaduk@mit.edu>
Thu, 4 Oct 2012 22:04:41 +0000 (18:04 -0400)
committerBen Kaduk <kaduk@mit.edu>
Wed, 10 Oct 2012 18:00:09 +0000 (14:00 -0400)
The target principal and restrictions arguments are not orthogonal;
a target principal argument must be given in order for a restriction
list to be supplied.

doc/rst_source/krb_admins/conf_files/kadm5_acl.rst

index a02472e2111f3701bf7f55573b854cc385c6fcc0..4a8e0741e0423802868870a0a323385dfdf4845d 100644 (file)
@@ -23,7 +23,7 @@ ignored.  Lines containing ACL entries have the format:
 
  ::
 
-    principal  permissions  [target_principal]  [restrictions]
+    principal  permissions  [target_principal  [restrictions] ]
 
 .. note:: Line order in the ACL file is important.  The first matching entry
           will control access for an actor principal on a target principal.