]> git.ipfire.org Git - thirdparty/krb5.git/commitdiff
Clarify example in kadm5.acl document
authorZhanna Tsitkov <tsitkova@mit.edu>
Mon, 6 Aug 2012 14:47:21 +0000 (10:47 -0400)
committerZhanna Tsitkov <tsitkova@mit.edu>
Mon, 6 Aug 2012 14:55:33 +0000 (10:55 -0400)
doc/rst_source/krb_admins/conf_files/kadm5_acl.rst

index d34971c70b74974d6d1a1b7e29274df7938952e3..59c73af1cf7da03385f66568b8a58bccb4ecc2f8 100644 (file)
@@ -108,12 +108,12 @@ Here is an example of a kadm5.acl file.
 (line 1) Any principal in the ``ATHENA.MIT.EDU`` realm with
 an ``admin`` instance has all administrative privileges.
 
-(lines 2-3) The user ``joeadmin`` has all permissions with his
+(lines 1-3) The user ``joeadmin`` has all permissions with his
 ``admin`` instance, ``joeadmin/admin@ATHENA.MIT.EDU`` (matches line
-2).  He has no permissions at all with his null instance,
-``joeadmin@ATHENA.MIT.EDU`` (matches line 3).  His root instance has
+1).  He has no permissions at all with his null instance,
+``joeadmin@ATHENA.MIT.EDU`` (matches line 2).  His root instance has
 inquire and list permissions with any other principal that has the
-instance root.
+instance root (matches line 3).
 
 (line 4) Any principal in ``ATHENA.MIT.EDU`` can inquire, list,
 or change the password of their ``admin`` instance, but not any other