diff options
author | Zhanna Tsitkov <tsitkova@mit.edu> | 2011-10-17 20:17:08 +0000 |
---|---|---|
committer | Zhanna Tsitkov <tsitkova@mit.edu> | 2011-10-17 20:17:08 +0000 |
commit | ed926111c9a7cd0c9df6c7ff1da888afa83f9753 (patch) | |
tree | 394421090549b918fd8d6aa4affa9d42831ae372 | |
parent | eb06a8e77810afeb718f7f42ece5759d4330d940 (diff) | |
download | krb5-ed926111c9a7cd0c9df6c7ff1da888afa83f9753.tar.gz krb5-ed926111c9a7cd0c9df6c7ff1da888afa83f9753.tar.xz krb5-ed926111c9a7cd0c9df6c7ff1da888afa83f9753.zip |
Noted that kadmind should be restarted if its acl file has been changed
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@25364 dc483132-0cff-0310-8789-dd5450dbe970
-rw-r--r-- | doc/rst_source/krb_admins/admin_commands/kadmind.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/rst_source/krb_admins/admin_commands/kadmind.rst b/doc/rst_source/krb_admins/admin_commands/kadmind.rst index 422b514df..a7ac5927b 100644 --- a/doc/rst_source/krb_admins/admin_commands/kadmind.rst +++ b/doc/rst_source/krb_admins/admin_commands/kadmind.rst @@ -32,6 +32,8 @@ Remote requests are sent, for example, by kadmin(8) and the kpasswd(1) command, *kadmind*'s *ACL* (access control list) tells it which principals are allowed to perform KADM5 administration actions. The path of the *ACL* file is specified via the acl_file configuration variable (see CONFIGURATION VALUES). The syntax of the *ACL* file is specified in the *ACL* FILE SYNTAX section below. + + If the *kadmind*'s ACL file is modified, the *kadmind* daemon needs to be restarted for changes to take effect. After the server begins running, it puts itself in the background and disassociates itself from its controlling terminal. |