From af0d51a9683c5f71737a5662f156bbb449b2a8a8 Mon Sep 17 00:00:00 2001 From: Brad Davis Date: Thu, 15 Aug 2013 15:39:56 -0600 Subject: 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) --- doc/admin/database.rst | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/doc/admin/database.rst b/doc/admin/database.rst index a110d2135..a17f88e07 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 ~~~~~~~~~~~~~~~~~~~~~~~~ -- cgit