krb5 commit: Correct kadm5.acl synopsis

Benjamin Kaduk kaduk at MIT.EDU
Wed Oct 10 18:25:52 EDT 2012


https://github.com/krb5/krb5/commit/52e175eeeee8b4d2153f286cf813fe653fcf3d86
commit 52e175eeeee8b4d2153f286cf813fe653fcf3d86
Author: Ben Kaduk <kaduk at mit.edu>
Date:   Thu Oct 4 18:04:41 2012 -0400

    Correct kadm5.acl synopsis
    
    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 |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/doc/rst_source/krb_admins/conf_files/kadm5_acl.rst b/doc/rst_source/krb_admins/conf_files/kadm5_acl.rst
index a02472e..4a8e074 100644
--- a/doc/rst_source/krb_admins/conf_files/kadm5_acl.rst
+++ b/doc/rst_source/krb_admins/conf_files/kadm5_acl.rst
@@ -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.


More information about the cvs-krb5 mailing list