From: Zhanna Tsitkov Date: Mon, 6 Aug 2012 14:47:21 +0000 (-0400) Subject: Clarify example in kadm5.acl document X-Git-Tag: krb5-1.11-alpha1~347 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=351a7186f7040fe3a2694387e7810f546e32b19f;p=thirdparty%2Fkrb5.git Clarify example in kadm5.acl document --- 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 d34971c70b..59c73af1cf 100644 --- a/doc/rst_source/krb_admins/conf_files/kadm5_acl.rst +++ b/doc/rst_source/krb_admins/conf_files/kadm5_acl.rst @@ -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