diff options
| author | Tom Yu <tlyu@mit.edu> | 2003-05-27 23:20:25 +0000 |
|---|---|---|
| committer | Tom Yu <tlyu@mit.edu> | 2003-05-27 23:20:25 +0000 |
| commit | ebc76acfeeadb9db1e2c78470eca8300bef38ffc (patch) | |
| tree | ccef93242c6761b79606568220c764d9fcae37a2 /doc/admin.texinfo | |
| parent | b2738064355c05ab9bc61d8d7108b19814d460ae (diff) | |
Docs for admin keytab changes... only this one change need pullup
* admin.texinfo (realms (kdc.conf)): Update to reflect that
kadm5.keytab is only used by legacy admin daemons.
* install.texinfo (Create a kadmind Keytab (optional)): Update to
reflect that kadm5.keytab is only used by legacy admin daemons.
ticket: 1372
version_fixed: 1.3
tags: pullup
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@15510 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'doc/admin.texinfo')
| -rw-r--r-- | doc/admin.texinfo | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/admin.texinfo b/doc/admin.texinfo index 468d63309..314ad1335 100644 --- a/doc/admin.texinfo +++ b/doc/admin.texinfo @@ -1116,9 +1116,9 @@ uses to determine which principals are allowed which permissions on the database. The default is @code{@value{DefaultAclFile}}. @itemx admin_keytab -(String.) Location of the keytab file that kadmin uses to authenticate -to the database. The default is -@code{@value{DefaultAdminKeytab}}. +(String.) Location of the keytab file that the legacy administration +daemons @code{kadmind4} and @code{v5passwdd} use to authenticate to +the database. The default is @code{@value{DefaultAdminKeytab}}. @itemx database_name (String.) Location of the Kerberos database for this realm. The |
