From: Brad Davis Date: Thu, 15 Aug 2013 21:39:56 +0000 (-0600) Subject: Add a note about how to apply/remove policies X-Git-Tag: krb5-1.12-alpha1~53 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=af0d51a9683c5f71737a5662f156bbb449b2a8a8;p=thirdparty%2Fkrb5.git Add a note about how to apply/remove policies Put a note in the the policies section of the documentation for how to apply policies to principals. [kaduk@mit.edu: reformat commit message] ticket: 7693 (new) --- diff --git a/doc/admin/database.rst b/doc/admin/database.rst index a110d21351..a17f88e07d 100644 --- a/doc/admin/database.rst +++ b/doc/admin/database.rst @@ -243,6 +243,15 @@ You can retrieve the list of policies with the kadmin :end-before: _list_policies_end: +Policies and principals +~~~~~~~~~~~~~~~~~~~~~~~ + +Policies can be applied to principals as they are created by using +the **-policy** flag to :ref:`add_principal`. Existing principals can +be modified by using the **-policy** or **-clearpolicy** flag to +:ref:`modify_principal`. + + Updating the history key ~~~~~~~~~~~~~~~~~~~~~~~~